Merge pull request #69 from sgmap/circleci-cd
Make the staging branch deliver continuously
This commit is contained in:
commit
31775b70d6
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue