deblan.io-gemini/bin/deploy
2021-04-09 15:40:55 +02:00

10 lines
122 B
Bash
Executable file

#!/bin/sh
cd "$(dirname "$0")/../"
git add blog
git commit -S -m "update"
git push
ssh deblanio-orbit@asuka bin/update