v0.7.2
A ready-to-use CI/CD Pipeline for deploying your Rust applications to Shuttle.
Attributes
Includes Deno configuration
Repository
Current version released
10 months ago
Dependencies
deno.land/x
other
skypack.dev
lodash
Shuttle Pipeline
A ready-to-use CI/CD Pipeline for deploying your Rust applications to Shuttle.
🚀 Usage
Run the following command:
fluentci run shuttle_pipeline
Dagger Module
Use as a Dagger Module:
dagger mod install github.com/fluent-ci-templates/shuttle-pipeline@mod
Environment Variables
Variable | Description |
---|---|
SHUTTLE_API_KEY | Your Shuttle API key |
Jobs
Job | Description |
---|---|
deploy | Deploy your Rust application to shuttle.rs. |
deploy(
src: string | Directory | undefined = ".",
apiKey?: string | Secret,
shuttleVersion?: string,
): Promise<string>
Programmatic usage
You can also use this pipeline programmatically:
import { deploy } from "https://pkg.fluentci.io/shuttle_pipeline@v0.7.2/mod.ts";
await deploy(".");