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

@@ -19,7 +19,6 @@ use harmony_macros::hurl;
async fn main() {
let application = Arc::new(RustWebapp {
name: "harmony-example-rust-webapp".to_string(),
domain: hurl!("https://rustapp.harmony.example.com"),
project_root: PathBuf::from("./webapp"),
framework: Some(RustWebFramework::Leptos),
service_port: 3000,