summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-05-29 17:30:41 +0200
committeremkael <emkael@tlen.pl>2021-05-29 17:30:41 +0200
commit9e7e12006de38f46c08d5bba28691837a4a6be8d (patch)
treef04d406e4a5c780c1b165a048a1373ad4f94746a /Makefile
parent2eaee2fe846e27603af3df655837968cdf8e2c60 (diff)
Players data import from Cezar to Players db
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10748b9..e579a88 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@ pull:
autocommit: pull
@cd http && git diff --quiet || (date && git add . && git commit -m 'Autocommit' && GIT_SSH_COMMAND="ssh ${LIGA_SSH_OPTS}" git push -q)
+players: FORCE
+ ./dumps/import-players.sh
+
paid: players FORCE
./dumps/check-all-paid.sh