From c0f0b367948b73f461585708ad7d3f30616adf42 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 30 Mar 2024 18:19:29 -0400 Subject: [PATCH] update upload script with explicit origins --- upload.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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