Skip to content

Commit

Permalink
update directories / IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Dec 6, 2023
1 parent d963dcd commit dffe4e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fabfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from fabric.api import *


VIRTUALENV_HOME = '/home/dimagi/.virtualenvs/cstock/bin'
VIRTUALENV_HOME = '/home/cstock/.virtualenvs/cstock/bin/'
PIP = f'{VIRTUALENV_HOME}/pip'
PYTHON = f'{VIRTUALENV_HOME}/python'

Expand All @@ -10,9 +10,8 @@ def malawi():
"""
Malawi configuration
"""
env.deploy_dir = '/home/dimagi/src'
env.hosts = ['[email protected]']
env.code_dir = f'{env.deploy_dir}/logistics'
env.hosts = ['[email protected]']
env.code_dir = '/home/cstock/www/cstock/code_root'
env.branch = "main"


Expand Down

0 comments on commit dffe4e2

Please sign in to comment.