I have a problem that I've not encountered before.
A group of people has come together fast, to put a website together for an urgent public good cause.
I coded the app (in rails). I have created a heroku app with it and it is now published on a heroku free site. Someone else in the group bought the domain name and has made an account in heroku. We can't figure out how to link them.
When I try:
heroku git:remote -a ampuni
I get an error which says:
You do not have access to the app ampuni
When I try:
git remote add heroku git@heroku.com:ampuni.git
I get this error:
remote heroku already exists
Does anyone know how to link these two separate phases together? Thank you very much