Mercurial > hg-website
changeset 473:f8cee73d5cf0
Makefile: drop old deployment rules
We use a different machine now and the process on it is automated. Thanks goes
to David Soria Parra for pointing this out.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 30 Dec 2016 10:52:08 +0100 |
parents | ef6da0fd2a0c |
children | 68ea82e8ff7c |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Dec 23 11:06:02 2016 -0500 +++ b/Makefile Fri Dec 30 10:52:08 2016 +0100 @@ -1,11 +1,5 @@ all:: serve -deploy-ssh: - ssh selenic 'cd /home/hg/www && hg pull -u' - -deploy: - cd /home/hg/www && hg pull -u - serve: .env HGWEBSITE_DEBUG=1 .env/bin/python hgwebsite.py @@ -13,4 +7,4 @@ python -m virtualenv .env .env/bin/pip install flask -.PHONY: build deploy-ssh deploy serve +.PHONY: build serve