mirror of
https://github.com/morgan9e/blog
synced 2026-04-14 00:04:07 +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
|