Skip to content

Commit

Permalink
fix(web): rsync --delete
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Jun 16, 2023
1 parent 33bfe92 commit aba5681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

- name: Rsync web
if: steps.changed-files.outputs.web == '1'
run: rsync -avzh web/build/ root@${WEB_HOST}:/var/www/html/judgels --delete
run: rsync -avzh --delete web/build/ root@${WEB_HOST}:/var/www/html/judgels --delete

deploy-tlx-staging:
needs: build
Expand Down

0 comments on commit aba5681

Please sign in to comment.