소스 검색

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/