graphql-engine-heroku icon indicating copy to clipboard operation
graphql-engine-heroku copied to clipboard

Can't deploy using 1 click

Open kdichev opened this issue 2 years ago • 5 comments

When I try to deploy on Heroku using the 1 click there is no deploy button image

kdichev avatar Nov 30 '22 15:11 kdichev

Hi,

I'm looking to deploy using 1-click as well and am facing the same issue

achou avatar Jan 18 '23 09:01 achou

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

kvandavasi avatar Jan 31 '23 05:01 kvandavasi

same, needs to be updated to match Heroku's new plans

paplco avatar Jun 15 '23 21:06 paplco

Any updates on this team? Still awaiting for it's completion

ayushidianapps avatar Jul 11 '23 06:07 ayushidianapps

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

paplco avatar Aug 31 '23 10:08 paplco