update upload script with explicit origins

main
Gabriel 1 month ago
parent 79eafa60ff
commit c0f0b36794

@ -1,7 +1,7 @@
#! /bin/sh
git pull
git pull origin main
git submodule update
#curl "https://code.gabe.rocks/gabriel/cyberfreedom.rss" > data/git-info.xml
hugo
rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca
git push -u github
git push -u github main
Loading…
Cancel
Save