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
In case of multiple environments, digger apply comment will attempt to apply all of them, including prod. Specifying -p option doesn't solve it because it relies on user being conscious about it.
Prosposed solution
Allow specifying allowed_commands in the workflow file. If there are multiple workflow files (for different environments) then it will prevent apply from running even if user adds comments trigger by mistake.
The text was updated successfully, but these errors were encountered:
I have another suggestion, that's maybe its own issue/feature request, but I think it relates anyway:
If at all possible, add support for integrating Digger projectects with GitHub repo envirionments and set deployment status based on all the environment's related projects have finished deploying (from e.g. "digger deploy dev").
So the idea in this case is that an environment does not necessarily equal to one, and only one, project. Rather several projects could be part of the same environment.
In case of multiple environments, digger apply comment will attempt to apply all of them, including prod. Specifying -p option doesn't solve it because it relies on user being conscious about it.
Prosposed solution
Allow specifying
allowed_commands
in the workflow file. If there are multiple workflow files (for different environments) then it will prevent apply from running even if user adds comments trigger by mistake.The text was updated successfully, but these errors were encountered: