use topology domain to build & push helm package for continuous deliery

This commit is contained in:
2025-09-08 21:53:44 -04:00
parent 54803c40a2
commit 3bf5cb0526
11 changed files with 39 additions and 30 deletions

View File

@@ -17,7 +17,6 @@ use harmony_types::net::Url;
async fn main() {
let application = Arc::new(RustWebapp {
name: "test-rhob-monitoring".to_string(),
domain: Url::Url(url::Url::parse("htps://some-fake-url").unwrap()),
project_root: PathBuf::from("./webapp"), // Relative from 'harmony-path' param
framework: Some(RustWebFramework::Leptos),
service_port: 3000,