forked from wezm/wezm.net
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:
|
||||
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