Skip to content

Commit

Permalink
fix GitHub action (aptos-labs#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoski03 committed Jan 11, 2024
1 parent b827a8d commit c358567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/*"

0 comments on commit c358567

Please sign in to comment.