blog/scripts/push.sh

8 lines
85 B
Bash
Raw Normal View History

2023-10-21 16:05:44 +09:00
git add .
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
ssh web /srv/blog/update.sh