Skip to content

Commit

Permalink
Run LS command
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 16, 2023
1 parent a06021e commit e4c7a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_S3_STAGE_SECRET }}
aws-region: eu-west-1
- run: aws s3 sync ./build ${{ secrets.AWS_S3_STAGE_PATH }} --delete
- run: aws s3 ls ${{ secrets.AWS_S3_STAGE_PATH }}
- run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_STAGE }} --paths '/*'

0 comments on commit e4c7a18

Please sign in to comment.