feat: add webroots
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-26 20:47:03 +02:00
parent c1d71df0e5
commit c93ee9823c
2 changed files with 355 additions and 55 deletions

View File

@@ -35,7 +35,9 @@ async fn main() -> eyre::Result<()> {
let render = &RustServiceRender {
service: cuddle_file.vars.service,
registry: "http://localhost:7900".into(),
//registry: "http://127.0.0.1:7900".into(),
//registry: "http://10.0.11.19:7900".into(),
registry: "https://releaser.i.kjuulh.io".into(),
};
let deployment = &CuddleReleaser::new(client).await?;