Submitter | Augie Fackler |
---|---|
Date | Dec. 23, 2016, 4:08 p.m. |
Message ID | <94ad26ab1689f6ef0117.1482509290@imladris.local> |
Download | mbox | patch |
Permalink | /patch/18017/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,11 +1,15 @@ all:: build + build: python ../blatter/blatter/__init__.py blat deploy-ssh: ssh selenic 'cd /home/hg/www && hg pull -u' + deploy: cd /home/hg/www && hg pull -u + serve: python ../blatter/blatter/__init__.py serve + .PHONY: build deploy-ssh deploy serve