Skip to content

Commit

Permalink
feat(docs): improve railway deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOlias committed Jan 7, 2023
1 parent bc5f831 commit 755067c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/pages/guides/production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@ From the Railway console:
1. Click **New Project**
2. Click **Deploy from GitHub repo**, then select your repo from the list
3. Click **Add variables**, then add your project's RPC URL (e.g. `PONDER_RPC_URL_1`) and any other environment variables your project needs
4. Open the **Settings** tab, and click **Generate Domain** in **Environment** section

<Callout type="warning">
**Monorepo users:** Go to the “Settings” tab for your server and update the
“Root Directory” accordingly.
_Monorepo users:_ You'll need to update your service's **Start Command**. This
can be found under **Settings****Deploy****Start Command**. Make sure
the command runs `ponder start` at the Ponder project root (e.g. `cd
packages/ponder && pnpm start`).
</Callout>

### Create a Postgres database service
Expand Down

1 comment on commit 755067c

@vercel
Copy link

@vercel vercel bot commented on 755067c Jan 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.