cyberfreedom/upload.sh

5 lines
105 B
Bash
Raw Normal View History

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
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