From 79eafa60ffcfe93f697144fc9bfc47f79e05076b Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 30 Mar 2024 18:01:19 -0400 Subject: [PATCH] update remote repository on changes --- content/issues/censorship/_index.md | 6 ------ upload.sh | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/content/issues/censorship/_index.md b/content/issues/censorship/_index.md index c2908b5..3783dc8 100644 --- a/content/issues/censorship/_index.md +++ b/content/issues/censorship/_index.md @@ -2,9 +2,3 @@ title: "Censorship" --- -### Chilling Effects - - -### Radicalization - -### Scope Creep \ No newline at end of file diff --git a/upload.sh b/upload.sh index 1a5f6dc..a172fa7 100755 --- a/upload.sh +++ b/upload.sh @@ -3,4 +3,5 @@ git pull 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 \ No newline at end of file +rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca +git push -u github \ No newline at end of file