From b73d1e075d9cc3933312cad0231c969a60079ee8 Mon Sep 17 00:00:00 2001 From: k000927 Date: Fri, 26 Jul 2024 12:36:16 +0900 Subject: [PATCH] test: actions test --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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