Browse Source

Add deploy stanza to Makefile

Getty Ritter 4 years ago
parent
commit
9b87ca87ab
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Makefile

+ 5 - 0
Makefile

@@ -19,5 +19,10 @@ build/payload.json: build/icon-heart.svg build/icon-relationship.svg build/icon-
 build/template.html: txt/template.mustache build/payload.json
 	pystache txt/template.mustache build/payload.json >build/template.html
 
+.PHONY: clean deploy
+
 clean:
 	rm -f build/*
+
+deploy: build/guenashk.html
+	scp build/guenashk.html rosencrantz:/srv/http/gdr/www/.