Merge pull request #95 from sgmap/auto-deploy-master
[Fix #93] Auto-deploy master after it has built
This commit is contained in:
commit
3e41c648a2
1 changed files with 4 additions and 0 deletions
|
@ -64,3 +64,7 @@ jobs:
|
|||
if [ "${CIRCLE_BRANCH}" == "staging" ]; then
|
||||
bundle exec rake deploy_ha
|
||||
fi
|
||||
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
bundle exec rake deploy_ha to=production
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue