From 0dad8b6d97ff3521eed7b1135af39e5e506bce20 Mon Sep 17 00:00:00 2001 From: YujunSun0 <120611048+YujunSun0@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:29:14 +0900 Subject: [PATCH] Update deployment.yml --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index a0a5cf94..84cba635 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -37,7 +37,7 @@ jobs: aws-region: ${{ secrets.AWS_REGION }} - name: Deploy to S3 - run: aws s3 sync ./client/build s3://${{ secrets.DEV_AWS_S3_BUCKET }} --delete + run: aws s3 sync ./client/build s3://${{ secrets.DEV_AWS_S3_BUCKETNAME }} --delete - name: Invalidate CloudFront Cache run: aws cloudfront create-invalidation --distribution-id ${{secrets.DEV_AWS_DISTRIBUTION_ID}} --paths "/*"