make the script simpler
This commit is contained in:
parent
749f7decf1
commit
702cd0201c
1 changed files with 1 additions and 3 deletions
4
deploy
4
deploy
|
@ -1,7 +1,5 @@
|
|||
#!/bin/sh
|
||||
SSHCONFIG=debian11
|
||||
DIR=/var/www/peterspage
|
||||
|
||||
hugo && rsync -avz --delete public/ ${SSHCONFIG}:${DIR}
|
||||
hugo && rsync -Pa --delete /home/peter/hugo-website/public debian11:/var/www/peterspage
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue