From 4a981d8d2e54b870fbfdbc6f3ef18e45c27a6aad Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 7 Feb 2024 18:52:07 +0000 Subject: [PATCH] Fix repo URL (#733) Needs a '/' (http) not ':' (ssh). Reviewed-on: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/733 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- .../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 ca61049c..04000a1b 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/telackey/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/telackey/webapp-deployment-status-api path: ./