diff options
author | emkael <emkael@tlen.pl> | 2021-06-12 21:00:46 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-06-12 21:05:32 +0200 |
commit | fe52d49a3a956be94d56102c293666278042ff9b (patch) | |
tree | 13168b55d6ee032830044c5320e0bf860e464b12 /Makefile | |
parent | aa80a70ca494f5063c5b19cceb3ea8b0caa31694 (diff) |
Re-enabling cronjobs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ all: FORCE pull: @rsync -e "ssh ${LIGA_SSH_OPTS}" -q --delete --exclude=.htaccess --exclude=.git --exclude=.gitignore -urPz ${LIGA_REMOTE_WWW_DIR}/ http + @chown www-data:www-data http -R autocommit: pull @cd http && git diff --quiet || (date && git add . && git commit -m 'Autocommit' && GIT_SSH_COMMAND="ssh ${LIGA_SSH_OPTS}" git push -q) |