comparison fabfile.py @ 99:55ceb9824443

Update fabfile for new server.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Oct 2013 13:42:41 -0500
parents d2e32fa2dc99
children 8a93b1f838f9
comparison
equal deleted inserted replaced
98:67d1d8f643d2 99:55ceb9824443
1 from fabric.api import cd, run 1 from fabric.api import cd, run
2 2
3 PYTHON = '/home/var/django-sites/virtualenvs/madeira/bin/python' 3 PYTHON = '/svr/django-sites/madeira/bin/python'
4 WC_DIR = '/home/var/django-sites/virtualenvs/madeira/madeira' 4 WC_DIR = '/svr/django-sites/madeira/madeira'
5 PROJ_DIR = WC_DIR 5 PROJ_DIR = WC_DIR
6 6
7 def update(): 7 def update():
8 """ 8 """
9 Runs hg pull --update to pull changes and update to them. 9 Runs hg pull --update to pull changes and update to them.