Add render.yaml
This commit is contained in:
parent
ff921dc103
commit
497a8ef0e3
1 changed files with 7 additions and 0 deletions
7
render.yaml
Normal file
7
render.yaml
Normal 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
|
Loading…
Reference in a new issue