We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e91ee commit 73bdcb8Copy full SHA for 73bdcb8
.circleci/config.yml
@@ -78,7 +78,7 @@ jobs:
78
source buildenvvar
79
./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications
80
echo "========== Running Masterscript - prod deploy tc-notifications-consumers service ========="
81
- if [ -e prod-tc-notifications-deployvar.json ]; then sudo rm -vf dev-tc-notifications-deployvar.json; fi
+ if [ -e prod-tc-notifications-deployvar.json ]; then sudo rm -vf prod-tc-notifications-deployvar.json; fi
82
./buildenv.sh -e PROD -b prod-tc-notifications-consumers-deployvar
83
84
0 commit comments