From ff86a65725dee082cf08d1a5f549aae4e7ebac83 Mon Sep 17 00:00:00 2001 From: JWJung-99 <39busy@naver.com> Date: Sat, 30 Nov 2024 13:28:18 +0900 Subject: [PATCH] =?UTF-8?q?Deploy:=20=EB=B0=B0=ED=8F=AC=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=ED=99=94=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77c8a50..4c6b5a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Upload to S3 - run: aws s3 cp --region ap-northeast-2 ./build.zip s3:/toucheese-team4-s3/test-s3-highjoon/build.zip + run: aws s3 cp --region ap-northeast-2 ./build.zip s3://toucheese-team4-s3/build.zip - name: Verify S3 Upload run: aws s3 ls s3://toucheese-team4-s3/