fabric: venv is temporarily in new-www

This commit is contained in:
Pierre Bourdon
2015-01-31 23:12:58 +01:00
parent c8480084dd
commit c2d0a8127f

2
fabfile.py vendored
View File

@@ -4,7 +4,7 @@ env.user = 'dolphin-emu'
env.hosts = ['ssh.alwaysdata.com']
def deploy(root, branch):
activate = "source /home/dolphin-emu/venv/www/bin/activate"
activate = "source /home/dolphin-emu/venv/new-www/bin/activate"
with cd(root):
run("git fetch")
run("git checkout %s" % branch)