update upload script with explicit origins

This commit is contained in:
Gabriel 2024-03-30 18:19:29 -04:00
parent 79eafa60ff
commit c0f0b36794

View file

@ -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