ShipThing docs home page
Search or ask...
⌘K
Overview
Tech Stack
FAQ
Installation
Codebase
Configuration
Deployment
Checklist
Overview
Vercel
Netlify
Render
Fly.io
Coolify
Railway
AWS Amplify
Docker
Standalone API
focusapps/ShipThing
English
ShipThing docs home page
English
Search or ask...
⌘K
focusapps/ShipThing
focusapps/ShipThing
Search...
Navigation
Deployment
Railway
Getting Started
Apps
Packages
Migrations
Recipes
Getting Started
Apps
Packages
Migrations
Recipes
Deployment
Railway
Learn how to deploy ShipThing to Railway.
In this guide we will show you how to easily deploy your ShipThing SaaS with
Railway
.
Before we start, make sure you have a Railway account. If you don’t have one yet, you can create one for free at
Railway
.
1. Create a new project
After creating an account, you should see a prompt on the dashboard to create a new site from a Git repository. Click on the
Import from Git
button.
2.Select your repository
If not already done, you will be asked to connect your Git provider account. After that, you can select the repository you want to deploy.
3. Configure the build
Configure the build and start commands to ensure that your project is built and started correctly.
Make sure to set them to the following values:
Build command -
pnpm --filter web build
Start command -
pnpm --filter web start
4. Define the environment variables
Now define the environment variables for your application. You can copy them from your .env.local file
5. Deploy the site
Now click on the Deploy site button and wait for the deployment to finish. After that, you should be able to visit your freshly deployed SaaS.
Previous
AWS Amplify
Learn how to deploy ShipThing to AWS Amplify.
Next
On this page
1. Create a new project
2.Select your repository
3. Configure the build
4. Define the environment variables
5. Deploy the site
Assistant
Responses are generated using AI and may contain mistakes.