Skip to content

Commit

Permalink
feat: change branch to deploy to demo env
Browse files Browse the repository at this point in the history
  • Loading branch information
rikoe committed Dec 23, 2019
1 parent fc2851b commit 9bf1c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
gcloud container clusters get-credentials cluster
- run:
name: Set namespace
command: declare -A envs=( ["develop"]="dev" ["master"]="demo" ["release/1.1"]="uat"); echo "export NAMESPACE='${envs[$CIRCLE_BRANCH]}'" >> $BASH_ENV;
command: declare -A envs=( ["develop"]="dev" ["master"]="demo" ["release/1.1"]="demo"); echo "export NAMESPACE='${envs[$CIRCLE_BRANCH]}'" >> $BASH_ENV;
- run:
name: Update images
command: |
Expand Down

0 comments on commit 9bf1c17

Please sign in to comment.