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
- Host: GitHub
- URL: https://github.com/fastn-stack/heroku-buildpack
- Owner: fastn-stack
- License: bsd-3-clause
- Created: 2022-10-28T07:05:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T11:55:26.000Z (over 1 year ago)
- Last Synced: 2023-11-11T12:29:11.944Z (over 1 year ago)
- Topics: buildpack, fastn, heroku
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitgit push heroku main
```