Initial deploy script

This commit is contained in:
David Boreham 2022-08-12 11:27:41 -06:00
parent 4cf689c642
commit 29fe818b12
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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