]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/commitdiff
Add Makefile with deploy target
authorMichal Sojka <michal.sojka@cvut.cz>
Tue, 7 Aug 2018 13:26:18 +0000 (15:26 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Tue, 7 Aug 2018 13:26:18 +0000 (15:26 +0200)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..3ab7db5
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+deploy:
+       git push
+       ssh coffee@rtime.felk.cvut.cz 'cd coffee-flask && git pull && touch wsgi/coffee.wsgi'