Merge pull request #16 from szabodanika/add_render.yaml
Add render.com deployment support
This commit is contained in:
commit
81bf17e004
@ -1,9 +1,13 @@
|
||||
# MicroBin
|
||||
|
||||

|
||||
|
||||
# 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?
|
||||
|
||||
[](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…
x
Reference in New Issue
Block a user