From ec028871c9079eadee7e5d7a88e7a04ffa849716 Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sun, 15 Mar 2026 15:33:33 +0000 Subject: [PATCH] Edit paths --- stacks/test/test.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stacks/test/test.toml b/stacks/test/test.toml index 28700f9..9f62b4d 100644 --- a/stacks/test/test.toml +++ b/stacks/test/test.toml @@ -6,10 +6,10 @@ tags = ["fcos-test-3"] server_id = "fcos-test-3" project_name = "test" run_directory = "" -file_paths = ["docker-compose.yaml"] -env_file_path = ".komodo-env" -additional_env_files = [".env"] +file_paths = ["stacks/test/docker-compose.yaml"] +env_file_path = "stacks/test/.komodo-env" +additional_env_files = ["stacks/test/.env"] 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" \ No newline at end of file