So I've got an app in one domain lets say it has the following url:
http://app-domain1.rhcloud.com
and I want to move it to my other domain so the url would be
http://app-domain2.rhcloud.com
is there a way of transferring the app domain with out pulling it down deleting the old app and re-uploading it to the new domain ?
Both domains exist before I've started, I own the source domain and I'm shared but not the owner of the target domain.
Edit based on your edit: Assuming you only want to migrate the code and not cartridges, the easiest solution would be to simply add the target domain as a new remote to your git config.
Adding a new
git remote
for your target app/domain:Also, if you want to rename a domain: