Skip to content

Commit 5fceb17

Browse files
add --delete flag in master deployment
1 parent b346eca commit 5fceb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master_deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Uploading to s3 bucket
3737
uses: jakejarvis/s3-sync-action@master
3838
with:
39-
args: --acl public-read --follow-symlinks
39+
args: --acl public-read --follow-symlinks --delete
4040
env:
4141
AWS_S3_BUCKET: ${{ secrets.POLYGON_AWS_S3_BUCKET }}
4242
AWS_ACCESS_KEY_ID: ${{ secrets.POLYGON_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)