graphql-engine-heroku
graphql-engine-heroku copied to clipboard
Can't deploy using 1 click
When I try to deploy on Heroku using the 1 click there is no deploy button
Hi,
I'm looking to deploy using 1-click as well and am facing the same issue
Hello,
app.json
contents doesnt seem to have updated to accommodate the current Postgres plans and Current dyno plans in Heroku.
I suggest to do below changes (by the repo maintainer) to fix this issue (updated/added eco dyno plan and mini postgres plan).
"formation": {
"web": {
"quantity": 1,
"size" : "eco"
}
},
"stack": "container",
"addons": [
{
"plan": "heroku-postgresql:mini"
}
```
Thanks
Krishna Sai
same, needs to be updated to match Heroku's new plans
Any updates on this team? Still awaiting for it's completion
Any updates on this team? Still awaiting for it's completion
I ended up leaving Heroku because I couldn't figure out how to upgrade, using Render now