Makefile 242 B

12345678910
  1. PHONY: server build deploy
  2. server:
  3. hugo server --baseURL="http://pleasantprogrammer.com" --appendPort=false --buildDrafts
  4. build:
  5. hugo
  6. deploy: build
  7. rsync -avz --delete output/ thatsmydoing.xen.prgmr.com:/var/www/pleasantprogrammer.com/