[Need help] Gigalixir, use another directory of app

Hello,

I had an old app under Projects/a9r_umbrella

I recreated another app Projects/atmanirbhar_umbrella

The app is deployed on Gigalixir. created by name atmanirbhar. Also assigned the domain name to it.

All I want, use the newly created repository code for the same app. Any quick way to switch repo over deleting old app and created another one again?

#gigalixir

Sure thing. If you have the new app under a new git repo, all you have to do is force push to overwrite the old gigalixir remote. For example, git push -f gigalixir master

1 Like