https://github.com/dropseed/heroku-buildpack-forge
Heroku buildpack for Forge apps
https://github.com/dropseed/heroku-buildpack-forge
Last synced: about 1 year ago
JSON representation
Heroku buildpack for Forge apps
- Host: GitHub
- URL: https://github.com/dropseed/heroku-buildpack-forge
- Owner: dropseed
- Archived: true
- Created: 2022-03-31T20:27:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T20:52:35.000Z (over 3 years ago)
- Last Synced: 2025-04-11T18:06:58.666Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# heroku-buildpack-forge
- Installs `FORGEPACKAGES_AUTH` for private packages if found in the environment
- Creates an `app/manage.py` file if there isn't one (so Heroku collectstatic works like usual)
- Adds a `bin/post_compile` script that the Python buildpack will use to compile Tailwind *after* the Forge packages have been installed (which contain Tailwind templates themselves)
- Uses a default `Procfile` if one isn't present
## Usage
Install the buildpack:
```sh
heroku buildpacks:add forgepackages/forge --index 1
```
Add `FORGEPACKAGES_AUTH` (optional):
```sh
heroku config:set FORGEPACKAGES_AUTH=":"
```