Merge pull request #69 from sgmap/circleci-cd

Make the staging branch deliver continuously
This commit is contained in:
gregoirenovel 2017-04-05 16:46:04 +02:00 committed by GitHub
commit 31775b70d6

View file

@ -1,3 +1,9 @@
database:
override:
- bundle exec rake db:drop db:create db:migrate RAILS_ENV=test
deployment:
staging:
branch: staging
commands:
- bundle exec rake deploy_ha