Skip to content

Commit

Permalink
Update deploy.mdx (#948)
Browse files Browse the repository at this point in the history
* Update deploy.mdx

Include step necessary for monorepo users: configure **Root Directory**

* Update deploy.mdx

---------

Co-authored-by: typedarray <[email protected]>
  • Loading branch information
robriks and 0xOlias authored Jun 20, 2024
1 parent 5068978 commit e7fb08f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/pages/docs/production/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ From the Railway console:
4. Set a healthcheck path. In the **Settings** tab, enter `/health` for **Healthcheck Path** under **Deploy**

<Callout type="warning">
_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`).
_Monorepo users:_ Update the service **Root Directory** and/or **Start Command**
to run `ponder start` at the Ponder project root. For example, set the root
directory to `packages/ponder` or set the start command to `cd packages/ponder
&& pnpm start`.
</Callout>

### Create a Postgres database service
Expand Down

0 comments on commit e7fb08f

Please sign in to comment.