Implement deployment config (#554)

* Initial deployment config implementation

* Complete implementation, add test

* Fix funky indentation

* Revert test test
This commit is contained in:
2023-10-03 12:49:15 -06:00
committed by GitHub
parent cf039d9562
commit 3c5489681f
7 changed files with 72 additions and 17 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ from app.deploy_util import VolumeMapping, run_container_command
from pathlib import Path
default_spec_file_content = """config:
config_variable: test-value
test-variable-1: test-value-1
"""