瀏覽代碼

Add deploy stanza to Makefile

Getty Ritter 5 年之前
父節點
當前提交
9b87ca87ab
共有 1 個文件被更改,包括 5 次插入0 次删除
  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/.