Files
blog/scripts/update.sh
2026-03-25 15:14:49 +09:00

6 lines
83 B
Bash
Executable File

#!/bin/bash
cd /srv/blog
git fetch
git reset --hard origin/main
./scripts/build.sh