# HG changeset patch # User Steve Losh # Date 1276751386 14400 # Node ID 5c54d39bce36b9d41a46e8800aa4cb80a6598358 # Parent 091ccc78e1042f8d9f16b691eb89fe0d461c2fa2 Update the fabfile for the new server. diff -r 091ccc78e104 -r 5c54d39bce36 fabfile.py --- a/fabfile.py Thu Jun 10 21:46:09 2010 -0400 +++ b/fabfile.py Thu Jun 17 01:09:46 2010 -0400 @@ -2,8 +2,8 @@ import os import fabric.contrib.project as project -PROD = 'sjl.webfactional.com' -DEST_PATH = '/home/sjl/webapps/slc/' +PROD = 'sl' +DEST_PATH = '/var/www/stevelosh.com/' ROOT_PATH = os.path.abspath(os.path.dirname(__file__)) DEPLOY_PATH = os.path.join(ROOT_PATH, 'deploy')