mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Update deploy workflow to use rsync with --delete-after flag
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user