Skip to content

Commit

Permalink
Update name of cloudformation in cloudfront update
Browse files Browse the repository at this point in the history
  • Loading branch information
longbui98 committed Nov 6, 2023
1 parent a9a09ed commit d5775c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ jobs:
- image: python:3.9.1-alpine3.12
steps:
- checkout
- attach_workspace:
at: ~/
- run:
name: Install dependencies
command: |
Expand All @@ -355,7 +353,7 @@ jobs:
command: |
aws cloudformation deploy \
--template-file ~/project/.circleci/files/cloudfront.yml \
--stack-name InitialStack \
--stack-name InitialStackUpdate \
--parameter-overrides NewWorkflowID="udapeople-${CIRCLE_WORKFLOW_ID:0:7}" \
--tags project=udapeople
- destroy-environment
Expand Down

0 comments on commit d5775c1

Please sign in to comment.