diff options
author | emkael <emkael@tlen.pl> | 2022-02-23 02:36:36 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-02-23 02:36:36 +0100 |
commit | 04ba8ac12946835a2e4bc86a1d33b399abbde522 (patch) | |
tree | e078f1d16264750faebdbaa68376615b8e878fe4 /Makefile | |
parent | e5749da1c6241eb2c8d84bcdd1418f94b138879d (diff) |
Env for auto-running brackets generation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: FORCE pull: - @rsync -e "ssh ${LIGA_SSH_OPTS}" -q --delete --exclude=.htaccess --exclude=.git --exclude=.gitignore -urPz ${LIGA_REMOTE_WWW_DIR}/ http + @rsync -e "ssh ${LIGA_SSH_OPTS}" -q --delete --exclude=_log --exclude=.htaccess --exclude=.git --exclude=.gitignore -urPz ${LIGA_REMOTE_WWW_DIR}/ http @chown www-data:www-data http -R autocommit: pull @@ -39,5 +39,6 @@ records: FORCE brackets: FORCE ./playoff/scripts/generate.sh ./playoff/scripts/sync.sh + chown www-data:www-data ./playoff -R FORCE: |