demarches-normaliennes/circle.yml
gregoirenovel eaf3a790f5 Add deployment instructions to circle.yml
In order to do continuous delivery in staging
2017-04-05 16:31:37 +02:00

9 lines
182 B
YAML

database:
override:
- bundle exec rake db:drop db:create db:migrate RAILS_ENV=test
deployment:
staging:
branch: staging
commands:
- bundle exec rake deploy_ha