feat(deploy): add PaaS templates and config
This commit is contained in:
@@ -7,6 +7,7 @@ This guide covers deploying Flynn in a production environment.
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [Docker Deployment](#docker-deployment)
|
||||
- [Nix Deployment](#nix-deployment)
|
||||
- [PaaS Deployment](#paas-deployment)
|
||||
- [Systemd Service](#systemd-service)
|
||||
- [Security](#security)
|
||||
- [Configuration](#configuration)
|
||||
@@ -101,6 +102,10 @@ export OPENAI_API_KEY=sk-...
|
||||
If you use Nix, this repo ships a flake (package + dev shell + optional NixOS
|
||||
module). See `docs/deployment/NIX.md`.
|
||||
|
||||
## PaaS Deployment
|
||||
|
||||
Templates and notes for Fly.io / Railway / Render are in `docs/deployment/PAAS.md`.
|
||||
|
||||
## Systemd Service
|
||||
|
||||
### Service File
|
||||
|
||||
Reference in New Issue
Block a user