-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Currently an app has multiple deployments. All available via their uuid. In addition the production deployment can be access by the projects name.
To support special environments like:
-
preview / review
-
staging
-
tests (for automatic e2e testing, ...)
-
Therefore an environment list needs to be added.
-
Each environment would have a specific domain prefix like
<environment-slug>-<project-name>.my-domain.com. -
A deployment could be linked to an environment
-
A deployment could be made active / latest / production of that environment
Reactions are currently unavailable