Update deploy workflow to use rsync with --delete-after flag
This commit is contained in:
parent
97ba8666c8
commit
af70075588
@ -25,4 +25,4 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: website
|
name: website
|
||||||
- run: rsync --delete -a ./ /var/www/popov.link/
|
- run: rsync --delete-after -a ./ /var/www/popov.link/
|
||||||
|
Loading…
Reference in New Issue
Block a user