fix: Continuous delivery now works with rust example to deploy on local k3d, ingress and everything

This commit is contained in:
2025-07-03 15:25:43 -04:00
parent 539b8299ae
commit d317c0ba76
5 changed files with 24 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ async fn main() {
project_root: PathBuf::from("./examples/rust/webapp"),
framework: Some(RustWebFramework::Leptos),
};
// TODO RustWebappScore should simply take a RustWebApp as config
let app = RustWebappScore {
name: "Example Rust Webapp".to_string(),
domain: Url::Url(url::Url::parse("https://rustapp.harmony.example.com").unwrap()),