From f082f7c25fba7d7064a2bbda0dd9cc1d0babfb35 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 15 Jun 2017 23:46:57 +0200 Subject: `deploy` target in separate executable, more flexible Fixes #3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d86fb89..8283fa9 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: rankings players minimize: $(tmpfiles) deploy: - sshpass -p `cat config/deploy-pass` rsync -urpP http/ `cat config/deploy-path` + bin/deploy.sh rankings: tables editions -- cgit v1.2.3