Edit paths

This commit is contained in:
2026-03-15 15:33:33 +00:00
parent f0124809d7
commit ec028871c9

View File

@@ -6,10 +6,10 @@ tags = ["fcos-test-3"]
server_id = "fcos-test-3" server_id = "fcos-test-3"
project_name = "test" project_name = "test"
run_directory = "" run_directory = ""
file_paths = ["docker-compose.yaml"] file_paths = ["stacks/test/docker-compose.yaml"]
env_file_path = ".komodo-env" env_file_path = "stacks/test/.komodo-env"
additional_env_files = [".env"] additional_env_files = ["stacks/test/.env"]
pre_deploy.command = """ pre_deploy.command = """
sed -i "s/HOSTNAME-CHANGEME/$(hostname)/g" .env # Sets the hostname dynamically according to the device it is run on sed -i "s/HOSTNAME-CHANGEME/$(hostname)/g" stacks/test/.env # Sets the hostname dynamically according to the device it is run on
""" """
linked_repo = "mrmeeb-labs/fcos-test-3" linked_repo = "mrmeeb-labs/fcos-test-3"