Skip to content

Commit

Permalink
Update frontend-prod-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shackstack authored Dec 29, 2023
1 parent 0425020 commit ff3c559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_S3_BUCKET_URI: ${{ secrets.AWS_S3_BUCKET_URI }}
run: |
aws s3 rm $AWS_S3_BUCKET_URI/path/to/js/ --recursive
aws s3 sync $SOURCE_DIR $AWS_S3_BUCKET_URI

0 comments on commit ff3c559

Please sign in to comment.