hasura / graphql-engine-heroku

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
https://hasura.io
231 stars 234 forks source link

Can't deploy using 1 click #117

Open kdichev opened 1 year ago

kdichev commented 1 year ago

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

achou commented 1 year ago

Hi,

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

kvandavasi commented 1 year ago

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

paplco commented 1 year ago

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

ayushidianapps commented 1 year ago

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

paplco commented 1 year ago

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