Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
12b7c27342
commit
a5d08f4a0d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user