how do i destroy an app on heroku that my application keeps trying to push to code example
Example 1: heroku cli delete app
$ heroku apps:destroy [YOUR-APP-HERE]
Example 2: heroku delete app
heroku apps:destroy <app_name>
$ heroku apps:destroy [YOUR-APP-HERE]
heroku apps:destroy <app_name>