You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ metaTitle: 'Deploy a Prisma app to Railway'
4
4
metaDescription: 'Learn how to deploy an app that uses Prisma ORM and Prisma Postgres to Railway.'
5
5
---
6
6
7
-
This guide explains how to deploy an app that uses Prisma ORM and Prisma Postgres to [Railway](https://railway.com). The app exposes a REST API and uses Prisma Client to query a Prisma Postgres database. Your app will run on Railway and connect to a managed Prisma Postgres database.
7
+
This guide explains how to deploy an app that uses Prisma ORM and Prisma Postgres to [Railway](https://railway.com?utm_medium=integration&utm_source=docs&utm_campaign=prisma). The app exposes a REST API and uses Prisma Client to query a Prisma Postgres database. Your app will run on Railway and connect to a managed Prisma Postgres database.
8
8
9
9
Railway is a deployment platform that simplifies the software development lifecycle with instant deployments, built-in observability, and effortless scaling. It supports code repositories and container images from popular registries. Railway handles configuration management, environment variables, and provides private networking between services.
10
10
11
-
To get a pre-wired Next.js Project with Prisma ORM, Prisma Postgres, and Railway, use the [Official Prisma Railway Template](https://railway.com/deploy/prisma-postgres).
11
+
To get a pre-wired Next.js Project with Prisma ORM, Prisma Postgres, and Railway, use the [Official Prisma Railway Template](https://railway.com/deploy/prisma-postgres?utm_medium=integration&utm_source=docs&utm_campaign=prisma).
12
12
13
13
This template automates the provisioning and setup of a Prisma Postgres database, linking it directly to your Next.js application upon deployment, making the entire project ready with just one click.
14
14
15
15
## Prerequisites
16
16
17
17
To get started, all you need is:
18
18
19
-
* A [Railway account](https://railway.com)
19
+
* A [Railway account](https://railway.com?utm_medium=integration&utm_source=docs&utm_campaign=prisma)
20
20
* A GitHub repository with your application code.
21
21
22
22
:::note
@@ -27,7 +27,7 @@ If you don't have a project ready, you can use our [example Prisma project](http
27
27
28
28
### 1. Create a new Railway project
29
29
30
-
1. Go to the [Railway dashboard](https://railway.com/dashboard)
30
+
1. Go to the [Railway dashboard](https://railway.com/dashboard?utm_medium=integration&utm_source=docs&utm_campaign=prisma)
31
31
2. Click **Create a New Project**
32
32
3. Select **GitHub Repo**
33
33
4. Click **Configure GitHub App** and authorize Railway
@@ -84,4 +84,4 @@ If you see any errors:
84
84
- Check the service logs
85
85
- Redeploy
86
86
87
-
To learn more about the various features Railway offers for your application, visit the [Railway documentation](https://docs.railway.app).
87
+
To learn more about the various features Railway offers for your application, visit the [Railway documentation](https://docs.railway.app?utm_medium=integration&utm_source=docs&utm_campaign=prisma).
0 commit comments