Skip to content

Commit

Permalink
Update railway.mdx (#87)
Browse files Browse the repository at this point in the history
Option error in railway link command.
  • Loading branch information
cardene777 committed Aug 15, 2024
1 parent 7149699 commit 366762a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion documentation/docs/pages/docs/deploying/railway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ https://github.com/joshstevens19/rindexer/tree/master/providers/railway

```bash
railway up --detach
railway link --name rindexer-example --enviroment production
railway link
? Select a project
> rindexer-example
? Select an environment
> production
? Select a service
> rindexer-example
```

4. Create a Postgres database
Expand Down

0 comments on commit 366762a

Please sign in to comment.