Add render.yaml

This commit is contained in:
Daniel Szabo 2022-06-04 22:51:09 +01:00
parent ff921dc103
commit 497a8ef0e3

7
render.yaml Normal file
View file

@ -0,0 +1,7 @@
services:
- type: web
name: microbin
env: rust
repo: https://github.com/szabodanika/microbin.git
buildCommand: cargo build --release
startCommand: ./target/release/microbin -- --highlightsyntax --editable