Skip to content

Instantly share code, notes, and snippets.

@czj
Created December 13, 2016 20:05
Show Gist options
  • Save czj/758d7508ae983aeaf5f2218c7c8e8543 to your computer and use it in GitHub Desktop.
Save czj/758d7508ae983aeaf5f2218c7c8e8543 to your computer and use it in GitHub Desktop.
Solano CI sample Ruby + Rails + PostgreSQL configuration
ruby_version: ruby-2.3.3p222
bundler_version: 1.13.6
# hooks:
# worker_setup: bundle exec rake db:setup # Runs once for each worker to do, e.g., database setup
# post_setup: bundle exec rake assets:precompile # Runs once before tests and after worker_setup
# post_build: bundle exec rake heroku:deploy # Runs once after entire build completes
postgresql:
version: '9.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment