diff --git a/upload.sh b/upload.sh index a172fa7..25af3ff 100755 --- a/upload.sh +++ b/upload.sh @@ -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 \ No newline at end of file +git push -u github main \ No newline at end of file