deblan.io-gemini/bin/deploy

10 lines
122 B
Plaintext
Raw Permalink Normal View History

2021-04-09 15:40:55 +02:00
#!/bin/sh
cd "$(dirname "$0")/../"
git add blog
git commit -S -m "update"
git push
ssh deblanio-orbit@asuka bin/update