Merge branch 'develop' into staging

This commit is contained in:
gregoirenovel 2017-04-05 16:52:07 +02:00
commit 0d90eb3fd5

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