From adba6f6de92150307ae1f24f7a2abefa0dcb36bc Mon Sep 17 00:00:00 2001 From: subsub-e Date: Sat, 8 Feb 2025 15:51:23 +0900 Subject: [PATCH] =?UTF-8?q?chore=20#5=20:=20CI=20=EC=84=B8=ED=8C=85=20fix?= 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 d02c54e..4461c5e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -58,7 +58,7 @@ jobs: - name: Upload to S3 run: | - aws s3 sync ./build s3://${{ secrets.AWS_BUCKET_NAME }} --region ap-northeast-2 + aws s3 sync ./dist s3://${{ secrets.AWS_BUCKET_NAME }} --region ap-northeast-2