From fe52d49a3a956be94d56102c293666278042ff9b Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 12 Jun 2021 21:00:46 +0200 Subject: Re-enabling cronjobs --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f1615f..f5983c9 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3