I have a rails app that is deployed to Heroku. I recently made a ton of changes, deleted old migrations, recreated new migrations, rebased and dealt with merge conflicts....the list goes on.
Now, I want to wipe my entire heroku "production" app from heroku and redeploy my code from my github master
branch to Heroku.
Is there an easy or "right" way to delete my app on Heroku, wipe it clean, and then redeploy?