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

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