melawy-en-site/push.sh

8 lines
105 B
Bash
Raw Normal View History

2023-10-31 14:50:36 +05:00
#!/bin/bash
git add . && git commit -m "Update" && git push
2023-12-09 02:41:32 +05:00
ssh home -f 'update-site.sh'
2023-10-31 14:50:36 +05:00
echo "Ready"