From 6404a014170b717e4694aad4349f64a7be729a01 Mon Sep 17 00:00:00 2001 From: Michael Leonhard Date: Sat, 4 Nov 2023 13:18:59 -0700 Subject: [PATCH] Update render run command to eliminate double build. Add a TODO. --- README.md | 3 +++ render.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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