Skip to content

Commit

Permalink
Add GitHub Action Node Option
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoski03 committed Oct 23, 2023
1 parent ada0f06 commit 73a0dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/welldone-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 ./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 73a0dee

Please sign in to comment.