Skip to content

Commit 542c45a

Browse files
fix: delete old (untracked) files in s3 (#1279)
1 parent 904fa67 commit 542c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Upload to S3
3535
run: |
3636
aws s3 cp src/public/CowSwap.json s3://files.cow.fi/tokens/CowSwap.json
37-
aws s3 sync src/public s3://files.cow.fi/token-lists
37+
aws s3 sync src/public s3://files.cow.fi/token-lists --delete
3838
3939
- name: Invalidate CloudFront cache
4040
run: |

0 commit comments

Comments
 (0)