5c54d39bce36

Update the fabfile for the new server.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 17 Jun 2010 01:09:46 -0400
parents 091ccc78e104
children 1ce08f2b3085
branches/tags (none)
files fabfile.py

Changes

--- 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')