mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add --delete to deployment rsync
This commit is contained in:
parent
dbcea56dd4
commit
0f85f2165f
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ all:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
zola build
|
zola build
|
||||||
rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/
|
||||||
|
|
Loading…
Reference in a new issue