From db31c9dc1196e5d9db82e0767ea079df278993ce Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 10 Jun 2021 16:17:38 -0700 Subject: [PATCH] fix: update railway deploy button It looks like they changed the url to /new/template?template= --- guides/railway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/railway.md b/guides/railway.md index e728957e..85ca0761 100644 --- a/guides/railway.md +++ b/guides/railway.md @@ -8,7 +8,7 @@ Use Railway + code-server to get a dev environment that you can access from any ## Step 1: Click button to deploy -[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Fcdr%2Fdeploy-code-server&envs=PASSWORD%2CGIT_REPO&PASSWORDDesc=Your+password+to+log+in+to+code-server+with&GIT_REPODesc=A+git+repo+to+clone+and+open+in+code-server+%28ex.+https%3A%2F%2Fgithub.com%2Fcdr%2Fdocs.git%29) +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fcdr%2Fdeploy-code-server&envs=PASSWORD%2CGIT_REPO&PASSWORDDesc=Your+password+to+log+in+to+code-server+with&GIT_REPODesc=A+git+repo+to+clone+and+open+in+code-server+%28ex.+https%3A%2F%2Fgithub.com%2Fcdr%2Fdocs.git%29) ## Step 2: Configure & launch your environment