Skip to content

Commit 73bdcb8

Browse files
update prod workflow section
[skip ci]
1 parent b0e91ee commit 73bdcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
source buildenvvar
7979
./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications
8080
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
81+
if [ -e prod-tc-notifications-deployvar.json ]; then sudo rm -vf prod-tc-notifications-deployvar.json; fi
8282
./buildenv.sh -e PROD -b prod-tc-notifications-consumers-deployvar
8383
source buildenvvar
8484
./master_deploy.sh -d ECS -e PROD -t latest -s prod-global-appvar,prod-tc-notifications-appvar -i tc-notifications

0 commit comments

Comments
 (0)