From cb29ffef373026e566a90c779b81071079c563db Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Tue, 1 Aug 2023 13:47:50 +0000 Subject: [PATCH 1/2] docs: add railway one click deploy --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e0db60f7..12f412322 100644 --- a/README.md +++ b/README.md @@ -204,10 +204,11 @@ Want to create a production ready docker image? Follow these steps: - Run `./docker/build.sh` in the root directory. - Publish the image to your docker registry of choice. -# Deploying - Coming Soon™ +# Deployment -- Docker support -- One-Click-Deploy on Render.com +## Railway + +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/DjrRRX) # Troubleshooting From f6d1b8c8a1df5c81bfcd15cc2b39d0fea4cb25b1 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Tue, 1 Aug 2023 14:12:33 +0000 Subject: [PATCH 2/2] add hint that more deployment methods are coming --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12f412322..af0cd2a24 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,8 @@ Want to create a production ready docker image? Follow these steps: # Deployment +We support a variety of deployment methods, and are actively working on adding more. Stay tuned for updates! + ## Railway [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/DjrRRX)