config_staging/scripts/commit.sh

6 lines
98 B
Bash
Executable File

#!/bin/bash
cd /home/ddadmin/staging
git add . && git commit -m "auto update repo" && git push