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
Taskboot should be able to auto-magically send Slack notifications when a deployment action is done (docker push, deploy on S3, Taskcluster artifact or Heroku).
A shared optional argument --notify (with default to env variable NOTIFY) could be used here.
The secret will need to have a slack configuration such as:
slack:
token: secretXXXchannel: my-team-channel
The text was updated successfully, but these errors were encountered:
Taskboot should be able to auto-magically send Slack notifications when a deployment action is done (docker push, deploy on S3, Taskcluster artifact or Heroku).
A shared optional argument
--notify
(with default to env variableNOTIFY
) could be used here.The secret will need to have a
slack
configuration such as:The text was updated successfully, but these errors were encountered: