mirror of
https://github.com/szabodanika/microbin
synced 2024-11-12 20:27:13 +00:00
9 lines
259 B
YAML
9 lines
259 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 --editable --highlightsyntax
|