mirror of
https://github.com/dolphin-emu/www.git
synced 2026-01-31 01:05:23 +01:00
fabric: venv is temporarily in new-www
This commit is contained in:
2
fabfile.py
vendored
2
fabfile.py
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user