update upload script with explicit origins
This commit is contained in:
parent
79eafa60ff
commit
c0f0b36794
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
git pull
|
git pull origin main
|
||||||
git submodule update
|
git submodule update
|
||||||
#curl "https://code.gabe.rocks/gabriel/cyberfreedom.rss" > data/git-info.xml
|
#curl "https://code.gabe.rocks/gabriel/cyberfreedom.rss" > data/git-info.xml
|
||||||
hugo
|
hugo
|
||||||
rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca
|
rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca
|
||||||
git push -u github
|
git push -u github main
|
Loading…
Reference in a new issue