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

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