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 #! /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