karton/render.yaml
2022-06-04 22:51:09 +01:00

7 lines
No EOL
226 B
YAML

services:
- type: web
name: microbin
env: rust
repo: https://github.com/szabodanika/microbin.git
buildCommand: cargo build --release
startCommand: ./target/release/microbin -- --highlightsyntax --editable