Refreshes Images in Case of New Image

This commit is contained in:
2023-10-15 02:35:36 -03:00
parent a208be6290
commit b95db2a673
3 changed files with 23 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ def write_template(template: str, output: str):
open(output, 'w') as output:
output.write(envsubst(template.read()))
def configure_templates(environment: str):
if not environment in ("prod", "staging", "local"):
raise ValueError("Invalid Environment Selected")