feat: add webroots
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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?;
|
||||
|
||||
|
Reference in New Issue
Block a user