Update render.yaml

This commit is contained in:
Daniel Szabo 2022-06-04 22:55:16 +01:00
parent 497a8ef0e3
commit 291438e771

View file

@ -1,6 +1,8 @@
services:
- type: web
name: microbin
plan: free
numInstances: 1
env: rust
repo: https://github.com/szabodanika/microbin.git
buildCommand: cargo build --release