Questions tagged [heroku-review-app]

18 questions
0
votes
1 answer

Set python version in heroku review apps

The review apps are running on the latest python version 3.9.4 and that seems to break the installation of pandas. I'm currently using review apps to review PRs. I have set the runtime to use python version 3.8.6 but that only works for the app in…
Praful
  • 3
  • 3
  • 9
0
votes
1 answer

Disable heroku from redeploying review app on every push to a github pull request

I have a github repo linked to a heroku pipeline and currently heroku has an automatic behavior of recreating the review app on every push to a PR. We have our own code that handles the review app creation and redeployment so we want to disable this…
opike
  • 7,053
  • 14
  • 68
  • 95
0
votes
1 answer

Could not create review app. Postdeploy exit code was not 0

I have below app.json setup to create review apps in Heroku. { "name": "Small Sharp Tool", "description": "This app does one little thing, and does it well.", "keywords": [ "rails", "ruby", "angular" ], "scripts": { …
Arup Rakshit
  • 116,827
  • 30
  • 260
  • 317
1
2