Shuttle Pipeline

fluentci pipeline deno module deno compatibility

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

🚀 Usage

Run the following command:

fluentci run shuttle_pipeline

Environment Variables

Variable Description
SHUTTLE_API_KEY Your Shuttle API key

Jobs

Job Description
deploy Deploy your Rust application to shuttle.rs.
deploy(apiKey: String!, src: String!): String

Programmatic usage

You can also use this pipeline programmatically:

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

await deploy(".");