summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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`