Skip to content

Commit c414b49

Browse files
Copilotcprecioso
andauthored
Remove Railpack-related prerequisites from Railway deployment documentation (#3181)
Co-authored-by: cprecioso <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Carlos Precioso <[email protected]>
1 parent 86feab4 commit c414b49

File tree

6 files changed

+3
-12
lines changed

6 files changed

+3
-12
lines changed

web/docs/deployment/deployment-methods/paas.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ To get started, follow these steps:
232232
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account.
233233
1. Install the [Railway CLI](https://docs.railway.com/develop/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli).
234234
1. Run `railway login` and a browser tab will open to authenticate you.
235-
1. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable **Railpack** as the default deployment builder. This is required for the client routing to work correctly.
236235

237236
### Create New Project
238237

@@ -332,7 +331,7 @@ You'll deploy the server first:
332331
333332
Select `client` when prompted to select a service.
334333
335-
Railway will detect the `index.html` file and deploy the client as a static site using [Railpack](https://railpack.com/languages/staticfile#root-directory-resolution).
334+
Railway will detect the `index.html` file and deploy the client as a static site.
336335
337336
338337
And now your Wasp should be deployed!

web/docs/deployment/deployment-methods/wasp-deploy/railway.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ To deploy to Railway using Wasp CLI:
1414

1515
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account,
1616

17-
1. Wasp CLI requires that Railpack is set as the default deployment builder **for client routing to work correctly**. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable "Default to Railpack".
18-
1917
1. Install the [`railway` CLI](https://docs.railway.com/guides/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli) on your machine.
2018

2119
## Deploying

web/versioned_docs/version-0.17.0/deployment/deployment-methods/paas.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ To get started, follow these steps:
229229
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account.
230230
1. Install the [Railway CLI](https://docs.railway.com/develop/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli).
231231
1. Run `railway login` and a browser tab will open to authenticate you.
232-
1. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable **Railpack** as the default deployment builder. This is required for the client routing to work correctly.
233232

234233
### Create New Project
235234

@@ -330,7 +329,7 @@ You'll deploy the server first:
330329
331330
Select `client` when prompted to select a service.
332331
333-
Railway will detect the `index.html` file and deploy the client as a static site using [Railpack](https://railpack.com/languages/staticfile#root-directory-resolution).
332+
Railway will detect the `index.html` file and deploy the client as a static site.
334333
335334
336335
And now your Wasp should be deployed!

web/versioned_docs/version-0.17.0/deployment/deployment-methods/wasp-deploy/railway.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ To deploy to Railway using Wasp CLI:
1414

1515
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account,
1616

17-
1. Wasp CLI requires that Railpack is set as the default deployment builder **for client routing to work correctly**. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable "Default to Railpack".
18-
1917
1. Install the [`railway` CLI](https://docs.railway.com/guides/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli) on your machine.
2018

2119
## Deploying

web/versioned_docs/version-0.18.0/deployment/deployment-methods/paas.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ To get started, follow these steps:
232232
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account.
233233
1. Install the [Railway CLI](https://docs.railway.com/develop/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli).
234234
1. Run `railway login` and a browser tab will open to authenticate you.
235-
1. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable **Railpack** as the default deployment builder. This is required for the client routing to work correctly.
236235

237236
### Create New Project
238237

@@ -332,7 +331,7 @@ You'll deploy the server first:
332331
333332
Select `client` when prompted to select a service.
334333
335-
Railway will detect the `index.html` file and deploy the client as a static site using [Railpack](https://railpack.com/languages/staticfile#root-directory-resolution).
334+
Railway will detect the `index.html` file and deploy the client as a static site.
336335
337336
338337
And now your Wasp should be deployed!

web/versioned_docs/version-0.18.0/deployment/deployment-methods/wasp-deploy/railway.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ To deploy to Railway using Wasp CLI:
1414

1515
1. Create a [Railway](https://railway.com/?utm_medium=integration&utm_source=docs&utm_campaign=wasp) account,
1616

17-
1. Wasp CLI requires that Railpack is set as the default deployment builder **for client routing to work correctly**. Go to your [Railway account settings](https://railway.com/account/feature-flags?utm_medium=integration&utm_source=docs&utm_campaign=wasp) and enable "Default to Railpack".
18-
1917
1. Install the [`railway` CLI](https://docs.railway.com/guides/cli?utm_medium=integration&utm_source=docs&utm_campaign=wasp#installing-the-cli) on your machine.
2018

2119
## Deploying

0 commit comments

Comments
 (0)