Merge pull request #16 from szabodanika/add_render.yaml
Add render.com deployment support
This commit is contained in:
commit
81bf17e004
2 changed files with 14 additions and 1 deletions
|
@ -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
9
render.yaml
Normal 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
|
Loading…
Reference in a new issue