feat: with working ssh
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-11-27 23:28:35 +01:00
parent 12b7c27342
commit a5d08f4a0d
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -340,7 +340,7 @@ impl MainAction for RustService {
.await?; .await?;
let update_deployments_docker_image = let update_deployments_docker_image =
"docker.io/kasperhermansen/update-deployment:1701120709"; "docker.io/kasperhermansen/update-deployment:1701123940";
let dep = self let dep = self
.client .client
.container() .container()
@ -353,7 +353,7 @@ impl MainAction for RustService {
"update-deployment", "update-deployment",
"--repo", "--repo",
&format!( &format!(
"ssh://git@git.front.kjuulh.io/kjuulh/{}-deployment.git", "git@git.front.kjuulh.io:kjuulh/{}-deployment.git",
self.bin_name self.bin_name
), ),
"--service", "--service",