Skip to content

Commit

Permalink
Merge pull request #13 from Clever/use-deploy-config
Browse files Browse the repository at this point in the history
use deploy config and deprecate confirm then deploy
  • Loading branch information
tnsardesai authored May 5, 2022
2 parents 5580042 + 09cb674 commit caa5a42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,7 @@ jobs:
executor: common-executor
steps:
- clone-ci-scripts
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then ../ci-scripts/circleci/dapple-deploy $DAPPLE_URL $DAPPLE_USER $DAPPLE_PASS $APP_NAME clever-dev no-confirm-deploy; fi;
- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then ../ci-scripts/circleci/dapple-deploy $DAPPLE_URL $DAPPLE_USER $DAPPLE_PASS $APP_NAME production no-confirm-deploy; fi;

- run: if [ "${CIRCLE_BRANCH}" == "master" ]; then ../ci-scripts/circleci/dapple-deploy $DAPPLE_URL $DAPPLE_USER $DAPPLE_PASS $APP_NAME; fi;
workflows:
version: 2.1
build_test_publish_deploy:
Expand Down
5 changes: 5 additions & 0 deletions launch/analytics-latency-config-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ alarms:
threshold: 0.05
pod_config:
group: us-west-2
deploy_config:
canaryInProd: false
autoDeployEnvs:
- clever-dev
- production

0 comments on commit caa5a42

Please sign in to comment.