From d5775c1ad8e3293825eb0c0be2c64d4097a7b9ca Mon Sep 17 00:00:00 2001 From: longbui98 Date: Tue, 7 Nov 2023 02:08:13 +0700 Subject: [PATCH] Update name of cloudformation in cloudfront update --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0de0b0..b8cf1c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -340,8 +340,6 @@ jobs: - image: python:3.9.1-alpine3.12 steps: - checkout - - attach_workspace: - at: ~/ - run: name: Install dependencies command: | @@ -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