-
### Bug description
Here is the error, from our `platforms (heroku, library, ubuntu-20.04)` test.
https://github.com/prisma/ecosystem-tests/actions/runs/9091632780/job/24986713804#step:8:4114
```
…
-
Using the latest version of the official Heroku buildpack for PHP and setting the correct environment settings for New Relic (and thus loading the New Relic extension) the resulting app fails to boot …
-
We need to decide when we want to enforce new database migrations during deployments and write scripts for the process.
https://mentalized.net/journal/2017/04/22/run-rails-migrations-on-heroku-deploy…
-
I'm using the following buildpacks:
=== backend-api Buildpack URLs
1. https://github.com/heroku/heroku-buildpack-multi-procfile
2. heroku/nodejs
When I start the app I get these errors:
201…
-
inspired from https://github.com/heroku/heroku-buildpack-nodejs/blob/332ba025541903448e257fd7ad149b26f191729f/yarn2-plugins/prune-dev-dependencies/README.md?plain=1#L9
noxan updated
3 months ago
-
Greetings,
First off, thank you for this buildpack. We're currently exploring deploys that can target both Heroku and a Docker platform and this seems like a good fit.
One area that we are havin…
-
As of `lifecycle` 0.16+, any Buildpack API version lower than 0.7 is deprecated. Currently cnb-shim defaults to Buildpack API 0.4, which means warnings like the following can be seen in the `pack buil…
-
https://devcenter.heroku.com/categories/deploying-with-docker
can proof of concept this for now but should add it to our heroku pipe at somepoint.
note that we absolutely should not make this us…
-
Add buildpacks for apt and c
heroku buildpacks:add --app odop-staging --index 1 heroku-community/apt
heroku buildpacks:add --app odop-staging --index 2 https://github.com/heroku/heroku-bui…
-
Now that buildpacks are supported, that's the logical way to do this.