From d796615efbde4c76870dc23981677560d8cd74d5 Mon Sep 17 00:00:00 2001 From: kimjihye Date: Fri, 20 Dec 2024 12:03:06 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20bucket=20=EC=9D=B4=EB=A6=84=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/itcast-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/itcast-build-and-test.yml b/.github/workflows/itcast-build-and-test.yml index 38f07fc..f400131 100644 --- a/.github/workflows/itcast-build-and-test.yml +++ b/.github/workflows/itcast-build-and-test.yml @@ -81,7 +81,7 @@ jobs: aws-secret-access-key: ${{secrets.AWS_KJH_SECRET_ACCESS_KEY}} - name: Upload to S3 - run: aws s3 cp ./$GITHUB_SHA.zip s3://${{ secrets.AWS_S3_BUCKET }}/$GITHUB_SHA.zip + run: aws s3 cp ./$GITHUB_SHA.zip s3://${{ secrets.AWS_KJH_S3_BUCKET }}/$GITHUB_SHA.zip - name: EC2 Deploy run: aws deploy create-deployment