deblan.io-gemini/bin/deploy

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