blog/scripts/push.sh

8 lines
124 B
Bash
Raw Normal View History

2023-10-29 11:38:45 +09:00
git add $(git rev-parse --show-toplevel)
2023-10-21 16:18:28 +09:00
2023-10-21 16:05:44 +09:00
git commit -m 'edited post'
2023-10-21 16:18:28 +09:00
2023-10-21 16:05:44 +09:00
git push origin
2023-10-21 16:18:28 +09:00
2023-10-25 16:05:08 +09:00
ssh web /srv/blog/scripts/update.sh