Skip to main content

Railway

Run the following command to run the pre-built Railway Pipeline in your project to deploy your application to Railway:

fluentci run railway_pipeline deploy

Environment variables

VariableDescription
RAILWAY_TOKENYour Railway Token

Jobs

JobDescription
deployDeploys your application to Railway.

Programmatic usage

You can also use this pipeline programmatically:

import { deploy } from "https://pkg.fluentci.io/[email protected]/mod.ts";

await deploy();