Skip to content

Commit

Permalink
Add render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
szabodanika committed Jun 4, 2022
1 parent ff921dc commit 497a8ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
- type: web
name: microbin
env: rust
repo: https://github.com/szabodanika/microbin.git
buildCommand: cargo build --release
startCommand: ./target/release/microbin -- --highlightsyntax --editable

0 comments on commit 497a8ef

Please sign in to comment.