From c3585670943635b269a721cf8a8a77e798823a19 Mon Sep 17 00:00:00 2001 From: kairoski03 Date: Thu, 11 Jan 2024 16:49:15 +0900 Subject: [PATCH] fix GitHub action (#631) --- .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 37d7419e..c05b9cd0 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -41,7 +41,7 @@ jobs: # run: npm run postbuild - name: Upload file to S3 bucket - run: aws s3 sync ./apps/explorer/build s3://${{ secrets.AWS_S3_BUCKET }} + run: aws s3 sync ./apps/build s3://${{ secrets.AWS_S3_BUCKET }} - name: Invalidate cache CloudFront run: aws cloudfront create-invalidation --distribution-id ${{secrets.DISTRIBUTION_ID}} --paths "/*"