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?;
|
.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",
|
||||||
|
Loading…
Reference in New Issue
Block a user