Skip to main content

Heroku

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

fluentci run heroku_pipeline deploy

Environment variables

VariableDescription
HEROKU_API_KEYYour Heroku API Key
HEROKU_APP_NAMEYour Heroku App

Jobs

JobDescription
deployDeploys your application to Heroku.

Programmatic usage

You can also use this pipeline programmatically:

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

await deploy();