0

I'm making a simple TODO app and want to upload it to HEROKU. But after I updated the code on Github, heroku code remained the same. I've tried this and this and the other answers but nothing changed.

Site Code

enter image description here

Code on github here. As you can see console.log() on site has not disappeared

Heroku site

I even tried to re-create the app on Heroku but it didn't work.

Ivan S
  • 23
  • 1
  • 7

1 Answers1

0

Heroku's GitHub integration has been disabled for over a month as part of a security response. It appears that it will remain disabled for another week or so:

Based on current progress, we plan to complete our investigation by May 30, 2022

We know you are waiting for us to re-enable our integration with GitHub, and we've committed to you that we will only do so following a security review. We will post more information to status.heroku.com when it is available.

You should have received emails about this from Salesforce (Heroku's parent company) on or around April 15 and May 4, 2022.

At the moment, your only option is to deploy using some other method. See this question for more details. The answers there suggest some alternative ways to deploy your code.

(Your Heroku password was also forcefully reset; if you have not yet changed it you'll need to do that when you log back in.)

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
  • Thx, but I used Heroku CLI to deploy. – Ivan S May 19 '22 at 13:13
  • @IvanS, then what does "I updated the code on Github" mean in your question, and why would that have any impact on Heroku? – ChrisGPT was on strike May 19 '22 at 13:16
  • If I understand correctly, I updated code on github and after that code is updated on heroku, right? Maybe there's something I don't understand or don't know – Ivan S May 19 '22 at 14:52
  • @IvanS, that's how the (currently unavailable) GitHub integration I describe in my answer works, when enabled and configured. But you replied to my answer saying you use the Heroku CLI to deploy. I'm not clear on what workflow you are trying to use. – ChrisGPT was on strike May 19 '22 at 16:11