Ionic deploy not finding update when App name in config changes

I’ve started my project a few weeks ago with an app name that was good for developing purposes.
Now I changed the app name in the config.xml. The app name in the package.json and ionic.project files is still the same.
Unfortunately for ionic deploy to find my updates the name in the config.xml needs to match the one of my app on ionic.io

Anybody here with a solution for that so I don’t need create a new app on ionic.io with the new name?

THX