Makefile
changeset 57 66fd832dee47
parent 44 e7fc05196363
child 58 5b43a62970a6
--- a/Makefile	Sat Aug 01 20:30:18 2015 -0500
+++ b/Makefile	Sat Nov 28 14:23:53 2015 +0200
@@ -61,7 +61,12 @@
 endif
 
 .PHONY: deploy
-deploy: deploy2sf-web deploy2sf-hg
+deploy: deploy2defun-web deploy2sf-web deploy2sf-hg
+
+# Will be accessible via: http://tips.defun.work/frame.html
+.PHONY: deploy2defun-web
+deploy2defun-web: html
+	rsync --delete -avP -e ssh tips-html/ user@vps:/srv/www/tips/
 
 # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html
 .PHONY: deploy2sf-web