Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't deploy using 1 click #117

Open
kdichev opened this issue Nov 30, 2022 · 5 comments
Open

Can't deploy using 1 click #117

kdichev opened this issue Nov 30, 2022 · 5 comments

Comments

@kdichev
Copy link

kdichev commented Nov 30, 2022

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

@achou
Copy link

achou commented Jan 18, 2023

Hi,

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

@kvandavasi
Copy link

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
Copy link

paplco commented Jun 15, 2023

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

@ayushidianapps
Copy link

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

@paplco
Copy link

paplco commented Aug 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants