9 lines
No EOL
261 B
YAML
9 lines
No EOL
261 B
YAML
services:
|
|
- type: web
|
|
name: microbin
|
|
plan: free
|
|
numInstances: 1
|
|
env: rust
|
|
repo: https://github.com/szabodanika/microbin.git
|
|
buildCommand: cargo build --release
|
|
startCommand: ./target/release/microbin -- --highlightsyntax --editable |