@@ -3,4 +3,4 @@ project:
|
||||
repository: dagger-components
|
||||
branch: main
|
||||
settings:
|
||||
api_url: https://git.front.kjuulh.io
|
||||
api_url: https://git.kjuulh.io
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user