Merge pull request #16 from szabodanika/add_render.yaml

Add render.com deployment support
This commit is contained in:
Dániel Szabó 2022-06-05 00:02:44 +01:00 committed by GitHub
commit 81bf17e004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

@ -1,9 +1,13 @@
# MicroBin
![Screenshot](git/index.png)
# MicroBin
MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. It is very easy to set up and use, and will only require a few megabytes of memory and disk storage. It takes only a couple minutes to set it up, why not give it a try now?
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/szabodanika/microbin)
### Features
- Is very small
- Animal names instead of random numbers for pasta identifiers (64 animals)

9
render.yaml Normal file
View file

@ -0,0 +1,9 @@
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 --editable --highlightsyntax