]> git.cworth.org Git - empires-html/blob - Makefile
Fix the gear toggle to work the first time it is clicked
[empires-html] / Makefile
1 PUBLISH_HOST=cworth.org
2 PUBLISH_DIR=/srv/families.cworth.org/www
3
4 DO_NOT_PUBLISH="Makefile"
5
6 deploy:
7         rm -rf .deploy-source
8         git clone . .deploy-source
9         rm -rf .deploy-source/.git
10         (cd .deploy-source; rm $(DO_NOT_PUBLISH); rsync -avz ./ --delete --delete-after $(PUBLISH_HOST):$(PUBLISH_DIR) )
11         rm -rf .deploy-source