Skip to content

Commit c968c6d

Browse files
committed
fix styling
1 parent 56c8d15 commit c968c6d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

guides/railway.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
![code-server and railway.app](../img/code-server-railway.png)
66

7-
## Step 1: Click to deploy [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Fbpmct%2Fcode-server-railway&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)
7+
## Step 1: Click to deploy
88

9-
---
9+
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Fbpmct%2Fcode-server-railway&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)
1010

1111
## Step 2: Configure & launch your environment
1212

@@ -18,9 +18,10 @@ You also need to specity a `PASSWORD` and a `GIT_REPO` to clone in your environm
1818

1919
## Step 3: Modify your environment to add additional tools
2020

21-
![railway repo](../img/railway-connected.png)
22-
2321
1. In Railway, go to `Deployments -> Triggers` to see your source repo.
22+
23+
<img src="../img/railway-connected.png" alt="Connected git repo" width="400" />
24+
2425
1. Open the source repo in GitHub and edit the `Dockerfile`
2526
1. Add some custom tools (like NodeJS) and commit to the main branch:
2627

0 commit comments

Comments
 (0)