feat: include port as well
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-09-08 12:54:42 +02:00
parent a74225d9da
commit aeba0f00c6
2 changed files with 2 additions and 2 deletions

View File

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