upgrade hugo and change the destination endpoint
This commit is contained in:
parent
7165728654
commit
c6ed8d2700
@ -2,7 +2,7 @@
|
||||
set -xeuo pipefail
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
hugo --cleanDestinationDir --printPathWarnings --panicOnWarning --log
|
||||
hugo --cleanDestinationDir --printPathWarnings --panicOnWarning
|
||||
|
||||
cd public
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user