diff --git a/README.md b/README.md index 3a6a526..d229daa 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,6 @@ The server runs at `https://rust-demo.applin.dev/` . You can install [Applin Tester from the App Store](https://apps.apple.com/us/app/applin-tester/id6464230000) and connect to the demo with this link: . + +TODO: Set up a universal link for Applin Tester, +since both crates.io and GitHub refuse to render custom URLs as links. \ No newline at end of file diff --git a/render.yaml b/render.yaml index b946b35..645ad77 100644 --- a/render.yaml +++ b/render.yaml @@ -6,5 +6,5 @@ services: numInstances: 1 runtime: rust buildCommand: "./build.sh" - startCommand: "cargo run" + startCommand: target/release/applin-rust-demo healthCheckPath: /healthz