removed the git-push command from Makefile's 'upload' rule

This commit is contained in:
Abdullah Islam 2023-05-25 19:43:22 +06:00
parent d9b830acfb
commit 8f6019c8fe
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ all: subdirs \
html/feed.atom \
upload:
git push -u origin master
scp -r gmi/* techn0path@vern.cc:public_gemini
scp -r html/* techn0path@vern.cc:public_html