diff --git a/content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.mdx b/content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.mdx index 23c2a3f22e..6f3ffc6fa8 100644 --- a/content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/101-traditional/325-deploy-to-railway.mdx @@ -4,11 +4,11 @@ metaTitle: 'Deploy a Prisma app to Railway' metaDescription: 'Learn how to deploy an app that uses Prisma ORM and Prisma Postgres to Railway.' --- -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. +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. 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. -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). +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). 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. @@ -16,7 +16,7 @@ This template automates the provisioning and setup of a Prisma Postgres database To get started, all you need is: -* A [Railway account](https://railway.com) +* A [Railway account](https://railway.com?utm_medium=integration&utm_source=docs&utm_campaign=prisma) * A GitHub repository with your application code. :::note @@ -27,7 +27,7 @@ If you don't have a project ready, you can use our [example Prisma project](http ### 1. Create a new Railway project -1. Go to the [Railway dashboard](https://railway.com/dashboard) +1. Go to the [Railway dashboard](https://railway.com/dashboard?utm_medium=integration&utm_source=docs&utm_campaign=prisma) 2. Click **Create a New Project** 3. Select **GitHub Repo** 4. Click **Configure GitHub App** and authorize Railway @@ -84,4 +84,4 @@ If you see any errors: - Check the service logs - Redeploy -To learn more about the various features Railway offers for your application, visit the [Railway documentation](https://docs.railway.app). \ No newline at end of file +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). \ No newline at end of file