Skip to content

Commit

Permalink
Revert "Run LS command"
Browse files Browse the repository at this point in the history
This reverts commit e4c7a18.
  • Loading branch information
timothymcmackin committed Nov 16, 2023
1 parent e4c7a18 commit 94d3a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ 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 94d3a34

Please sign in to comment.