From cb9f4d49792e2d123488afb75e27d5b4be21f23c Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sun, 30 Aug 2026 18:46:55 +0200 Subject: [PATCH] fix(resources): rename stacks for clarity and consistency --- komodo/resources.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komodo/resources.toml b/komodo/resources.toml index 1223d4a..2ade575 100644 --- a/komodo/resources.toml +++ b/komodo/resources.toml @@ -38,7 +38,7 @@ ############################################################################## [[stack]] -name = "park-lab" +name = "park-lab-old" [stack.config] server = "park-lab" git_provider = "git.infra.msai.al" @@ -71,7 +71,7 @@ BACKUP_KEY=[[park_lab_backup_key]] ############################################################################## [[stack]] -name = "art-docker-station" +name = "park-lab" [stack.config] server = "art-docker-station" git_provider = "git.infra.msai.al"