diff --git a/deploy-github-add.sh b/deploy-github-add.sh deleted file mode 100755 index 956a4c0e..00000000 --- a/deploy-github-add.sh +++ /dev/null @@ -1,5 +0,0 @@ -set -e - -git add --all - -git commit -m 'auto commit on save' \ No newline at end of file diff --git a/deploy-github-auto-save.sh b/deploy-github-auto-save.sh new file mode 100755 index 00000000..61fde96c --- /dev/null +++ b/deploy-github-auto-save.sh @@ -0,0 +1,5 @@ +set -e + +git add --all + +git commit -m 'commit with auto save' \ No newline at end of file