cyberfreedom/upload.sh

7 lines
218 B
Bash
Raw Normal View History

2023-12-27 21:29:38 -05:00
#! /bin/sh
git pull origin main
2024-01-20 23:53:30 -05:00
git submodule update
2024-02-04 01:56:50 -05:00
#curl "https://code.gabe.rocks/gabriel/cyberfreedom.rss" > data/git-info.xml
2023-12-27 21:29:38 -05:00
hugo
2024-03-30 18:01:19 -04:00
rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca
git push -u github main