Prechádzať zdrojové kódy

Move deploy to personal server

Thomas Dy 9 rokov pred
rodič
commit
6ce6f054b4
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  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/