# HG changeset patch # User Oleksandr Gavenko # Date 1448713433 -7200 # Node ID 66fd832dee47c8dc5d822bcf03dff2fd2cce5e34 # Parent 46a8e040605438af17aafdfc854c59284ef7505a Deploy to defun. diff -r 46a8e0406054 -r 66fd832dee47 Makefile --- 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