From a5d08f4a0df777110fa3e052b8219a9c3da14cf4 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 27 Nov 2023 23:28:35 +0100 Subject: [PATCH] feat: with working ssh Signed-off-by: kjuulh --- crates/cuddle-ci/src/rust_service.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cuddle-ci/src/rust_service.rs b/crates/cuddle-ci/src/rust_service.rs index 5e812d8..ba19005 100644 --- a/crates/cuddle-ci/src/rust_service.rs +++ b/crates/cuddle-ci/src/rust_service.rs @@ -340,7 +340,7 @@ impl MainAction for RustService { .await?; let update_deployments_docker_image = - "docker.io/kasperhermansen/update-deployment:1701120709"; + "docker.io/kasperhermansen/update-deployment:1701123940"; let dep = self .client .container() @@ -353,7 +353,7 @@ impl MainAction for RustService { "update-deployment", "--repo", &format!( - "ssh://git@git.front.kjuulh.io/kjuulh/{}-deployment.git", + "git@git.front.kjuulh.io:kjuulh/{}-deployment.git", self.bin_name ), "--service",