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
deploy:
branch: main
event: push
+ notify:+ - target: slack+ channel: "#my-team"+ message: "A new preview environment was deployed on myapp-{{ .BRANCH }}.mycompany.com"
The text was updated successfully, but these errors were encountered:
I would like this very much.
Defining the post-deploy actions in the manifest in the repo gives a great amount of flexibility across our services and teams.
For us, a github comment would be sufficient
The task is to extend the Gimlet manifest with post deploy actions.
Potentially the developer experience could look like this:
Or it could be a generic webhook
Or a Slack/Teams/etc channel or DM
The text was updated successfully, but these errors were encountered: