mirror of
https://github.com/morgan9e/blog
synced 2026-04-13 15:54:06 +09:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
cd /srv/blog
|
|
git fetch
|
|
git reset --hard origin/main
|
|
./scripts/build.sh
|