crimsontome.com/update.sh

9 lines
115 B
Bash
Raw Normal View History

2023-03-03 15:31:59 +00:00
#!/usr/bin/env sh
2023-03-03 15:48:45 +00:00
git fetch origin
git checkout main
git reset --hard origin/main
2023-03-03 15:31:59 +00:00
git pull
cd src/blog
zola build