forked from cerc-io/stack-orchestrator
Initial deploy script
This commit is contained in:
parent
4cf689c642
commit
29fe818b12
@ -52,6 +52,7 @@ def process_container(container):
|
||||
if not args.dry_run:
|
||||
# We need to export VULCANIZE_REPO_BASE_DIR
|
||||
build_result = subprocess.run(build_script_filename, shell=True, env={'VULCANIZE_REPO_BASE_DIR':dev_root_path})
|
||||
# TODO: check result in build_result.returncode
|
||||
print(f"Result is: {build_result}")
|
||||
|
||||
for container in containers:
|
||||
|
@ -3,3 +3,4 @@ python -m pip install --upgrade pip
|
||||
pip install python-decouple
|
||||
pip install gitpython
|
||||
pip install tqdm
|
||||
pip install python-on-whales
|
||||
|
Loading…
Reference in New Issue
Block a user