changeset 99:55ceb9824443

Update fabfile for new server.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Oct 2013 13:42:41 -0500
parents 67d1d8f643d2
children e221c38edf40
files fabfile.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fabfile.py	Sun Oct 06 13:38:30 2013 -0500
+++ b/fabfile.py	Sun Oct 06 13:42:41 2013 -0500
@@ -1,7 +1,7 @@
 from fabric.api import cd, run
 
-PYTHON = '/home/var/django-sites/virtualenvs/madeira/bin/python'
-WC_DIR = '/home/var/django-sites/virtualenvs/madeira/madeira'
+PYTHON = '/svr/django-sites/madeira/bin/python'
+WC_DIR = '/svr/django-sites/madeira/madeira'
 PROJ_DIR = WC_DIR
 
 def update():