Mercurial > public > sg101
comparison fabfile.py @ 655:d9d6b4b8bab7
Update fabric files for new server.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 11 May 2013 12:56:41 -0500 |
parents | a7968613c469 |
children |
comparison
equal
deleted
inserted
replaced
654:8b5231cb211b | 655:d9d6b4b8bab7 |
---|---|
1 from fabric.api import cd, run | 1 from fabric.api import cd, run |
2 | 2 |
3 PYTHON = '/home/var/django-sites/virtualenvs/sg101/bin/python' | 3 PYTHON = '/svr/django-sites/sg101/bin/python' |
4 PROJ_DIR = '/home/var/django-sites/virtualenvs/sg101/sg101' | 4 PROJ_DIR = '/svr/django-sites/sg101/sg101' |
5 | 5 |
6 def update(): | 6 def update(): |
7 """ | 7 """ |
8 Runs hg pull --update to pull changes and update to them. | 8 Runs hg pull --update to pull changes and update to them. |
9 | 9 |