Skip to content

Instantly share code, notes, and snippets.

@rbatta
Created September 11, 2014 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbatta/32450c15b13a46288475 to your computer and use it in GitHub Desktop.
Save rbatta/32450c15b13a46288475 to your computer and use it in GitHub Desktop.
machine:
ruby:
version:
2.0.0-p451
## Customize dependencies
dependencies:
pre:
- gem install bundler --pre
override:
- bundle install
## Customize database setup
database:
override:
- bundle exec rake db:setup
## Customize test commands
test:
override:
- bundle exec rake db:migrate test:prepare
post:
- bundle exec cucumber
- bundle exec rspec spec
deployment:
production:
branch: master
commands:
- bundle exec ninefold app redeploy --robot --sure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment