Hidetake Iwata
Hidetake Iwata
For example: ``` groovy remotes { web01 { /* ... */ } web02 { /* ... */ } web03 { /* ... */ } } session(remotes.role('webServers')) { execute(/* ... */)...
## Problem to solve argocd-commenter sends deployment status even if a deployment is already success (Active). We use the deployment-status event on GitHub Actions and it triggers an unexpected workflow...
This updates `replace` of go.mod to https://github.com/argoproj/argo-cd/blob/v2.4.2/go.mod.
This migrates the builder from docker/build-push-action to https://github.com/int128/kaniko-action.