Skip to main content

Shuttle

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

fluentci run shuttle_pipeline deploy

Environment Variables

VariableDescription
SHUTTLE_API_KEYYour Shuttle API key

Jobs

JobDescription
deployDeploy your Rust application to shuttle.rs.

Programmatic usage

You can also use this pipeline programmatically:

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

await deploy();