karton/render.yaml
2022-06-04 22:55:16 +01:00

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