cyberfreedom/upload.sh
Gabriel 6dc9b74062 large overhaul
1) Git history
2) Remote data feed working!
3) issues taxonomy setup
2024-02-04 01:21:11 -05:00

6 lines
No EOL
181 B
Bash
Executable file

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