forked from NationTech/harmony
fix: Continuous delivery now works with rust example to deploy on local k3d, ingress and everything
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user