Skip to content

Commit

Permalink
#d7 update s3 ci to accomodate versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
AarooneyFarr committed Oct 30, 2024
1 parent 7051723 commit 7105d45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
- name: Push to AWS S3
run: |
echo Deploying $version
aws s3 cp dist s3://${{ secrets.APP_BUCKET }} --recursive
aws cloudfront create-invalidation --distribution-id ${{ secrets.DISTRIBUTION_ID }} --paths "/*"
aws s3 cp dist s3://${{ secrets.APP_BUCKET }}/$version --recursive
release:
needs:
Expand Down

0 comments on commit 7105d45

Please sign in to comment.