blog/scripts/update.sh

6 lines
83 B
Bash
Raw Normal View History

2023-10-21 16:05:44 +09:00
#!/bin/bash
2023-10-21 16:16:34 +09:00
cd /srv/blog
2023-11-08 16:24:31 +09:00
git fetch
2023-11-08 16:26:15 +09:00
git reset --hard origin/main
2023-10-31 16:18:24 +09:00
./scripts/build.sh