From 2d1c4a88242a69f5610432e53d71ac4d1b58ad88 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 15 Apr 2024 13:19:05 -0500 Subject: [PATCH] Switch repo org --- .../data/stacks/webapp-deployer-backend/stack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack_orchestrator/data/stacks/webapp-deployer-backend/stack.yml b/stack_orchestrator/data/stacks/webapp-deployer-backend/stack.yml index 04000a1b..dad4b773 100644 --- a/stack_orchestrator/data/stacks/webapp-deployer-backend/stack.yml +++ b/stack_orchestrator/data/stacks/webapp-deployer-backend/stack.yml @@ -2,10 +2,10 @@ version: "1.0" name: webapp-deployer-backend description: "Deployer for webapps" repos: - - git.vdb.to/telackey/webapp-deployment-status-api + - git.vdb.to/cerc-io/webapp-deployment-status-api containers: - cerc/webapp-deployer-backend pods: - name: webapp-deployer-backend - repository: git.vdb.to/telackey/webapp-deployment-status-api + repository: git.vdb.to/cerc-io/webapp-deployment-status-api path: ./ -- 2.45.2