diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 35a21928..fdcdea9f 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -26,7 +26,7 @@ jobs: env: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - run: aws s3 sync --region ap-northeast-2 build s3://jgs-fronted --delete + run: aws s3 sync --region ap-northeast-2 build s3://jgs-frontend --delete - name: Invalidate CloudFront Cache run: aws cloudfront create-invalidation --distribution-id \ No newline at end of file