浏览代码

Move deploy to personal server

Thomas Dy 9 年之前
父节点
当前提交
6ce6f054b4
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -7,5 +7,4 @@ build:
 	hugo
 
 deploy: build
-	git commit-tree -p master -m "updated" source:output | xargs git update-ref refs/heads/master
-	git push
+	rsync -avz --delete output/ thatsmydoing.xen.prgmr.com:/var/www/pleasantprogrammer.com/