diff --git a/scripts/commit.sh b/scripts/commit.sh new file mode 100755 index 0000000..90cd15d --- /dev/null +++ b/scripts/commit.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd /home/ddadmin/staging + +git add . && git commit -m "auto update repo" && git push