2023-12-27 21:29:38 -05:00
|
|
|
#! /bin/sh
|
2023-12-27 21:38:29 -05:00
|
|
|
git pull
|
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-01-21 17:00:03 -05:00
|
|
|
rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca
|