v0.6.1
A ready-to-use CI/CD Pipeline for deploying your Rust applications to Shuttle.
Attributes
Includes Deno configuration
Repository
Current version released
a year ago
Dependencies
deno.land/x
other
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
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.1/mod.ts";
await deploy(".");