Skip to content

Commit

Permalink
Update overdide ID for cloudformation deplot in cleanup job
Browse files Browse the repository at this point in the history
  • Loading branch information
longbui98 committed Nov 6, 2023
1 parent 1547472 commit 53dcd3c
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 @@ -354,7 +354,7 @@ jobs:
aws cloudformation deploy \
--template-file .circleci/files/cloudfront.yml \
--stack-name InitialStack \
--parameter-overrides WorkflowID="udapeople-${CIRCLE_WORKFLOW_ID:0:7}" \
--parameter-overrides NewWorkflowID="udapeople-${CIRCLE_WORKFLOW_ID:0:7}" \
--tags project=udapeople
- destroy-environment
- revert-migrations
Expand Down

0 comments on commit 53dcd3c

Please sign in to comment.