Skip to main content

Fly

Run the following command to run the pre-built Fly Pipeline in your project to deploy your application to fly.io:

fluentci run fly_pipeline deploy

Environment variables

VariableDescription
FLY_API_TOKENYour Fly API Token

Jobs

JobDescription
deployDeploys your application to Fly.

Programmatic usage

You can also use this pipeline programmatically:

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

await deploy();