Remove default fallback on staging for the deploy destination
Explicit > implicit
This commit is contained in:
parent
ec545758c3
commit
fd13f9dbb2
2 changed files with 1 additions and 2 deletions
|
@ -104,7 +104,7 @@ jobs:
|
|||
- deploy:
|
||||
command: |
|
||||
if [ "${CIRCLE_BRANCH}" == "dev" ]; then
|
||||
bundle exec rake deploy
|
||||
bundle exec rake deploy to=staging
|
||||
fi
|
||||
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue