Hi, I dont understand why every time I make a commit to any branch, lets say even master branch, which is my prod one, the app gets deployed to like 4 other domains that I did not choose and cannot delete.
What am I missing?
Hi, I dont understand why every time I make a commit to any branch, lets say even master branch, which is my prod one, the app gets deployed to like 4 other domains that I did not choose and cannot delete.
What am I missing?
They are generated URLs for your deployments across the production branch and other feature branches:
You can turn them off for the feature branches if you do not want them:
But they’ll remain for the production branch though.
Could you clarify if there is a specific reason why you are hoping the generated URLs to not appear?