Skip to content

Commit eb89de2

Browse files
utm soruce added (#7108)
1 parent 01b9578 commit eb89de2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ metaTitle: 'Deploy a Prisma app to Railway'
44
metaDescription: 'Learn how to deploy an app that uses Prisma ORM and Prisma Postgres to Railway.'
55
---
66

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.
88

99
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.
1010

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).
1212

1313
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.
1414

1515
## Prerequisites
1616

1717
To get started, all you need is:
1818

19-
* A [Railway account](https://railway.com)
19+
* A [Railway account](https://railway.com?utm_medium=integration&utm_source=docs&utm_campaign=prisma)
2020
* A GitHub repository with your application code.
2121

2222
:::note
@@ -27,7 +27,7 @@ If you don't have a project ready, you can use our [example Prisma project](http
2727

2828
### 1. Create a new Railway project
2929

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)
3131
2. Click **Create a New Project**
3232
3. Select **GitHub Repo**
3333
4. Click **Configure GitHub App** and authorize Railway
@@ -84,4 +84,4 @@ If you see any errors:
8484
- Check the service logs
8585
- Redeploy
8686

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

Comments
 (0)