Skip to content

Commit

Permalink
Update workspacke in cloudfront-update job
Browse files Browse the repository at this point in the history
longbui98 committed Nov 6, 2023
1 parent 53dcd3c commit a9a09ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -340,6 +340,8 @@ jobs:
- image: python:3.9.1-alpine3.12
steps:
- checkout
- attach_workspace:
at: ~/
- run:
name: Install dependencies
command: |
@@ -352,7 +354,7 @@ jobs:
name: Update cloudfront distribution
command: |
aws cloudformation deploy \
--template-file .circleci/files/cloudfront.yml \
--template-file ~/project/.circleci/files/cloudfront.yml \
--stack-name InitialStack \
--parameter-overrides NewWorkflowID="udapeople-${CIRCLE_WORKFLOW_ID:0:7}" \
--tags project=udapeople

0 comments on commit a9a09ed

Please sign in to comment.