forgot this is git, not btrfs... fixing
This commit is contained in:
parent
96aec19aa2
commit
4e69fa9404
4
deploy
4
deploy
@ -4,8 +4,8 @@ USER=dotyaoverlord
|
|||||||
HOST=dotya.ml
|
HOST=dotya.ml
|
||||||
DIR=public/
|
DIR=public/
|
||||||
|
|
||||||
git subvolume init
|
git submodule init
|
||||||
git subvolume update
|
git submodule update
|
||||||
hugo --gc=true && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}
|
hugo --gc=true && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user