From 969712378f7bd183582c5459585eb501ffbf88e5 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 9 Jun 2017 14:54:45 +0200 Subject: Deploy script --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83728ee..0d9b2d6 100644 --- a/Makefile +++ b/Makefile @@ -22,3 +22,6 @@ $(tmpfiles): players: bin/build-players.sh http + +deploy: + sshpass -p `cat config/deploy-pass` rsync -urpP http/ `cat config/deploy-path` -- cgit v1.2.3