replace .front

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-08-06 22:03:02 +02:00
parent c0e24492c4
commit 426d259699
8 changed files with 17 additions and 17 deletions

View File

@@ -255,7 +255,7 @@ impl MainAction for NodeService {
"update-deployment",
"--repo",
&format!(
"git@git.front.kjuulh.io:kjuulh/{}-deployment.git",
"git@git.kjuulh.io:kjuulh/{}-deployment.git",
self.service
),
"--service",
@@ -273,7 +273,7 @@ impl MainAction for NodeService {
"update-deployment",
"--repo",
&format!(
"https://git.front.kjuulh.io/kjuulh/{}-deployment.git",
"https://git.kjuulh.io/kjuulh/{}-deployment.git",
self.service
),
"--service",