update script for sending static files to new host
This commit is contained in:
parent
cc96c1166e
commit
eaa9c369b6
1 changed files with 1 additions and 1 deletions
2
deploy
2
deploy
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
hugo --cleanDestinationDir && rsync -Pa --delete /home/peter/peterdominguez.art/public debian11:/var/www/peterspage
|
||||
hugo --cleanDestinationDir && rsync -Pa --delete /home/peter/peterdominguez.art/public/* debbie:/var/www/peterspage
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue