summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2022-02-23 02:36:36 +0100
committeremkael <emkael@tlen.pl>2022-02-23 02:36:36 +0100
commit04ba8ac12946835a2e4bc86a1d33b399abbde522 (patch)
treee078f1d16264750faebdbaa68376615b8e878fe4 /Makefile
parente5749da1c6241eb2c8d84bcdd1418f94b138879d (diff)
Env for auto-running brackets generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd051ef..3b5d94e 100644
--- a/Makefile
+++ b/Makefile
@@ -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: