mirror of
https://git.adityakumar.xyz/hugo-deploy.git
synced 2024-11-09 14:59:45 +00:00
fix typo
This commit is contained in:
parent
e7325782c1
commit
8485aa1d93
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ USER=remote-user
|
||||||
HOST=remote-host.tld
|
HOST=remote-host.tld
|
||||||
DIR=/remote/deployment/directory
|
DIR=/remote/deployment/directory
|
||||||
|
|
||||||
hugo && rsync -Pavz -delete public/ ${USER}@${HOST}:${DIR}
|
hugo && rsync -Pavz --delete public/ ${USER}@${HOST}:${DIR}
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue