zino-rs / zino

Next-generation framework for composable applications in Rust.
https://crates.io/crates/zino
MIT License
762 stars 52 forks source link

Automatically deployment #129

Closed miaomiaowu0428 closed 1 week ago

miaomiaowu0428 commented 3 weeks ago
  1. Added the zli deploy command: Runs the project and monitors the specified branch on the remote. If there are updates, it automatically performs pull, check, and test. If it passes, update and rerun it.
  2. Added ACME to manage HTTPS certificates.