2 years ago
Hey guys, I have a problem here with PR environments. Currently I have 3 GH repos in a project, not using canvas groups or anything. Once i open a PR in one repo, the newly created PR environment automatically deploys all services, causing a crash in one of them because it tries to use a token that can be used by only one client instance.
Is that a bug or a feature? Can I make sure only one service is included in the PR env, or is that not possible currently
4 Replies
2 years ago
Hello, not sure how this thread went unnoticed, my apologies!
Can you try creating a new environment that only contains the service(s) that you would want to have end up in any subsequent PR environments? make sure to choose that environment as the base environment.