An open API service indexing awesome lists of open source software.

https://github.com/fastn-stack/heroku-buildpack

This buildpack helps you run a fastn package on Heroku
https://github.com/fastn-stack/heroku-buildpack

buildpack fastn heroku

Last synced: about 2 months ago
JSON representation

This buildpack helps you run a fastn package on Heroku

Awesome Lists containing this project

README

        

# Heroku buildpack: `fastn`

This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for [fastn](http://fastn.com/).

## Usage

```
heroku create -b https://github.com/fastn-stack/heroku-buildpack.git

# or if your app is already created
heroku config:add BUILDPACK_URL=https://github.com/fastn-stack/heroku-buildpack.git

git push heroku main
```