Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.05 KB

heroku-buildpack-lamdera

Push: Test Scheduled: Test

A Heroku buildpack for lamdera that always downloads the latest static build. Unlike other build packs, I never compile anything.

Usage

Run the following from the heroku command line:

heroku buildpacks:add --index 1 https://github.com/buildrtech/heroku-buildpack-lamdera.git

You can set a custom download URL by setting the variable LAMDERA_DOWNLOAD_URL.

Note: This buildpack should be added before the main language buildpack (by using --index 1), since the application process types are calculated from the last buildpack in the list if no Procfile is specified.