2022-06-04 21:51:09 +00:00
|
|
|
services:
|
|
|
|
- type: web
|
|
|
|
name: microbin
|
2022-06-04 21:55:16 +00:00
|
|
|
plan: free
|
|
|
|
numInstances: 1
|
2022-06-04 21:51:09 +00:00
|
|
|
env: rust
|
|
|
|
repo: https://github.com/szabodanika/microbin.git
|
|
|
|
buildCommand: cargo build --release
|
2022-06-04 22:30:39 +00:00
|
|
|
startCommand: ./target/release/microbin --editable --highlightsyntax
|