karton/render.yaml

7 lines
226 B
YAML
Raw Normal View History

2022-06-04 21:51:09 +00:00
services:
- type: web
name: microbin
env: rust
repo: https://github.com/szabodanika/microbin.git
buildCommand: cargo build --release
startCommand: ./target/release/microbin -- --highlightsyntax --editable