0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 18:13:34 +03:00

Update deploy workflow to use rsync with --delete-after flag

This commit is contained in:
Valentin Popov 2024-09-11 19:49:31 +00:00
parent 97ba8666c8
commit af70075588
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -25,4 +25,4 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: website
- run: rsync --delete -a ./ /var/www/popov.link/
- run: rsync --delete-after -a ./ /var/www/popov.link/