daily-commit/commit.sh

7 lines
131 B

echo "1" >> /srv/daily-commit/commit-file.txt;
cd /srv/daily-commit/;
git add *;
git commit -m "Commit";
git push;
git push gitea;