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