Update render.yaml
This commit is contained in:
parent
497a8ef0e3
commit
291438e771
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
services:
|
services:
|
||||||
- type: web
|
- type: web
|
||||||
name: microbin
|
name: microbin
|
||||||
|
plan: free
|
||||||
|
numInstances: 1
|
||||||
env: rust
|
env: rust
|
||||||
repo: https://github.com/szabodanika/microbin.git
|
repo: https://github.com/szabodanika/microbin.git
|
||||||
buildCommand: cargo build --release
|
buildCommand: cargo build --release
|
||||||
|
|
Loading…
Reference in a new issue