Skip to content

Commit

Permalink
Update render run command to eliminate double build. Add a TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
mleonhard committed Nov 4, 2023
1 parent 0dd1469 commit 6404a01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <applin:https://rust-demo.applin.dev/>.

TODO: Set up a universal link for Applin Tester,
since both crates.io and GitHub refuse to render custom URLs as links.
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ services:
numInstances: 1
runtime: rust
buildCommand: "./build.sh"
startCommand: "cargo run"
startCommand: target/release/applin-rust-demo
healthCheckPath: /healthz

0 comments on commit 6404a01

Please sign in to comment.