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 "/*"