From 571300f26ea09d9c030e6a776425199854987e21 Mon Sep 17 00:00:00 2001 From: egg-silver Date: Wed, 18 Sep 2024 03:48:54 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20deploy.yml=20=EB=B2=84=ED=82=B7=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EC=B6=94=EA=B0=80=20=EC=88=98=EC=A0=95?= 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 beb514f..e293519 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: # S3 배포 - name: S3 Deploy - run: aws s3 sync ./build s3://<생성한 bucket 이름>/ --delete + run: aws s3 sync ./build s3://checkit-shop/ --delete env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}