deploy_ha → deploy
This commit is contained in:
parent
e2b09df049
commit
516860c92e
2 changed files with 3 additions and 3 deletions
|
@ -104,11 +104,11 @@ jobs:
|
|||
- deploy:
|
||||
command: |
|
||||
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
||||
bundle exec rake deploy_ha
|
||||
bundle exec rake deploy
|
||||
fi
|
||||
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
bundle exec rake deploy_ha to=production
|
||||
bundle exec rake deploy to=production
|
||||
fi
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue