From e8403bada226e00675170b27571c3be190e5c53a Mon Sep 17 00:00:00 2001 From: Hendrik Strydom <56320839+FraglyG@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:12:33 +0200 Subject: [PATCH] Added Railway Deployment Method --- README.md | 1 + docs/deployment.md | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 133e7d16..95643758 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Dashy supports **1-Click deployments** on several popular cloud platforms. To sp - [ Deploy to Heroku](https://heroku.com/deploy?template=https://github.com/Lissy93/dashy) - [ Deploy to Vercel](https://vercel.com/new/project?template=https://github.com/lissy93/dashy) - [ Deploy to Render](https://render.com/deploy?repo=https://github.com/lissy93/dashy/tree/deploy_render) +- [ Deploy to Railway](https://railway.app/template/MtdjAQ?referralCode=app) - [ Deploy to GCP](https://deploy.cloud.run/?git_repo=https://github.com/lissy93/dashy.git) - [ Deploy to PWD](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml) - [ Deploy to Easypanel](https://easypanel.io/docs/templates/dashy) diff --git a/docs/deployment.md b/docs/deployment.md index 68a0337b..c3ea7fb1 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -33,6 +33,7 @@ Once you've got Dashy up and running, you'll want to configure it with your own - [Google Cloud Platform](#google-cloud-platform) - [Platform.sh](#platformsh) - [Render](#render) + - [Railway](#railway) - [Scalingo](#scalingo) - [Play-with-Docker](#play-with-docker) - [Surge.sh](#surgesh) @@ -278,6 +279,16 @@ To deploy Dashy to Render, use the following link https://render.com/deploy?repo=https://github.com/lissy93/dashy/tree/deploy_render ``` +### Railway + +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/MtdjAQ?referralCode=app) + +[Railway](https://railway.app/) is a Platform as a Service (PaaS) that offers a complete platform for building and delivering programs to the backend of the cloud. You bring your code and Railway does the rest. Railway offers an extremely good developer experience and makes it effortless to deploy apps. Railway offers a free Trial Plan, and paid plans start at $5/month. Railway has 4 server locations: US-west, US-east, EU-west and ASIA-South-East. + +```text +https://railway.app/template/MtdjAQ +``` + ### Scalingo [![Deploy on Scalingo](https://i.ibb.co/nj0KxyH/deploy-scalingo-button.png)](https://my.scalingo.com/deploy?source=https://github.com/lissy93/dashy#master)