Files
blog/scripts/update.sh

6 lines
83 B
Bash
Raw Normal View History

2026-03-25 15:14:49 +09:00
#!/bin/bash
cd /srv/blog
git fetch
git reset --hard origin/main
./scripts/build.sh