karton/render.yaml

9 lines
261 B
YAML
Raw Normal View History

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