deploy_ha → deploy

This commit is contained in:
gregoirenovel 2018-09-20 11:20:57 +02:00
parent e2b09df049
commit 516860c92e
2 changed files with 3 additions and 3 deletions

View file

@ -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: