6 lines
No EOL
181 B
Bash
Executable file
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 |