karton/render.yaml
2022-06-04 23:30:39 +01:00

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