From 85a75d4562346506225e533f287a5b7ecbb911b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baran=20Berkay=20Barak=C3=A7in?= Date: Sun, 30 Nov 2025 23:16:39 +0200 Subject: [PATCH] Add deployment section to README Added a section for deploying the project on Railway. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ace1a3a..e49f23f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ VERT is built in Svelte and TypeScript. - [Using Docker](./docs/DOCKER.md) - [Video Conversion](./docs/VIDEO_CONVERSION.md) +## Deploy + +[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/vert?referralCode=20H68q&utm_medium=integration&utm_source=template&utm_campaign=generic) + ## License This project is licensed under the AGPL-3.0 License, please see the [LICENSE](LICENSE) file for details.