Skip to content

Commit 9727a22

Browse files
committed
ci: update deploy action (#76)
1 parent 5a46157 commit 9727a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
fi
6060
- run: npm install && npm run build
6161
if: env.DESTINATION_DIR
62-
- name: deploy
62+
- name: deploy # Uses an archived, 5yo github action; we should find another
6363
if: env.DESTINATION_DIR
64-
uses: jakejarvis/s3-sync-action@be0c4ab89158cac4278689ebedd8407dd5f35a83
64+
uses: jakejarvis/s3-sync-action@7ed8b112447abb09f1da74f3466e4194fc7a6311
6565
with:
66-
args: --follow-symlinks
66+
args: --follow-symlinks --delete
6767
env:
6868
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
6969
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}

0 commit comments

Comments
 (0)