Parcourir la source

Add deploy stanza to Makefile

Getty Ritter il y a 5 ans
Parent
commit
9b87ca87ab
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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/.