cyberfreedom/upload.sh

7 lines
No EOL
218 B
Bash
Executable file

#! /bin/sh
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 main