remove heroku repository from rails app -


i have deleted heroku application website.

then when try create new repository using heroku create tells me old application not exist.

how can create new application after deleting old one?

i think page provides answer.

its content: renaming apps cli

you can rename app @ time heroku rename command. example, rename app named “oldname” “newname”, change app’s git checkout , run:

$ heroku rename newname http://newname.heroku.com/ | git@heroku.com:newname.git git remote heroku updated 

find more details on provided link.

hope helps!


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -