eaf3a790f5
In order to do continuous delivery in staging
9 lines
182 B
YAML
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
|