update upload script with explicit origins

main
Gabriel 2 months ago
parent 79eafa60ff
commit c0f0b36794

@ -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…
Cancel
Save