1
Fork 0

upgrade hugo and change the destination endpoint

main
Motiejus Jakštys 2023-12-07 14:26:12 +02:00
parent 7165728654
commit c6ed8d2700
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
set -xeuo pipefail
cd "$(git rev-parse --show-toplevel)"
hugo --cleanDestinationDir --printPathWarnings --panicOnWarning --log
hugo --cleanDestinationDir --printPathWarnings --panicOnWarning
cd public

View File

@ -2,4 +2,4 @@
set -xeuo pipefail
cd "$(git rev-parse --show-toplevel)"
rsync --info=progress2 -a --partial --delete public/ jakstys.lt:/var/www/jakstys.lt/
rsync --info=progress2 -a --partial --delete public/ 100.89.176.4:/var/www/jakstys.lt/