diff --git a/deploy-github-add.sh b/deploy-github-add.sh new file mode 100755 index 00000000..9c19def6 --- /dev/null +++ b/deploy-github-add.sh @@ -0,0 +1,5 @@ +set -e + +git add --all + +git commit -m 'auto commit' \ No newline at end of file