summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-06-09 14:54:45 +0200
committeremkael <emkael@tlen.pl>2017-06-09 14:54:45 +0200
commit969712378f7bd183582c5459585eb501ffbf88e5 (patch)
treedd29e6047a3c774986f2a0eaf575150e73323248 /Makefile
parent26a156cf284806bcd3fb377e33967410aaa18e55 (diff)
Deploy script
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`