blog/scripts/push.sh

8 lines
93 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
2023-10-25 16:05:08 +09:00
ssh web /srv/blog/scripts/update.sh