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

@@ -10,7 +10,7 @@ pub async fn main() -> eyre::Result<()> {
branch: "main".into(),
cuddle_image: "kasperhermansen/cuddle-please:latest".into(),
server: dagger_cuddle_please::models::Server::Gitea {
url: "https://git.front.kjuulh.io".into(),
url: "https://git.kjuulh.io".into(),
user: "git".into(),
token: std::env::var("CUDDLE_PLEASE_TOKEN")
.expect("CUDDLE_PLEASE_TOKEN to be present"),