melawy-en-site/push.sh

8 lines
107 B
Bash
Executable File

#!/bin/bash
git add . && git commit -m "Update" && git push
ssh home -f '~/update-site.sh'
echo "Ready"