Closed
Description
Details
Is there a possibility to auto deploy an environment after CI and all the checks have passed? I have thought of a way of doing that: In my CI pipeline I create a .deploy dev comment in my pull request. The problem is that the github bot will not trigger a deployment so I need to create this comment as a user that is a collaborator in this same repository. I was thinking of using a github app (or a service account) just as described in issue #297. How shall I use this app as admins?
Is there any other way to autodeploy than my suggestion above?