You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Exoframe server.config.yml file we add some base domain like baseDomain: .mydomain.com, this allows a user to use the command exoframe to deploy an app without specifying the URL, it creates an URL like exo-{exoframe-user}-{app-folder-name}-{random UUID}.mydomain.com. Every time the user runs the command exoframe, or exoframe -u, the URL will change with a new UUID.
Issue:
When using DevOps, aka automatic deploy, the user doesn't have an easy way to know the URL that will be generated.
Possible Solution:
When a user uses the exoframe, a new URL will be created with a random UUID, after when the user uses the command exoframe -u flag, keep the same URL!