Skip to main content
The Deno 2 Release Candidate is here
Learn more

Railway Pipeline

fluentci pipeline deno module deno compatibility

A ready-to-use CI/CD Pipeline for deploying your applications to Railway.

🚀 Usage

Run the following command:

fluentci run railway_pipeline

Environment Variables

Variable Description
RAILWAY_TOKEN Your Railway Access Token

Jobs

Job Description
deploy Deploys your application to Railway.
deploy(src: String!, token: String!): String

Programmatic usage

You can also use this pipeline programmatically:

import { deploy } from "https://pkg.fluentci.io/railway_pipeline@v0.6.0/mod.ts";

await deploy(".");