Hey all, how do you do slack alerts when deploying...
# general
a
Hey all, how do you do slack alerts when deploying? Using a Pulumi package, or your language's equivalent of making a simple POST request? (Some here might do it from elsewhere in CI/CD, but this is specifically a question about doing it from Pulumi)
Made an
alert_slack("some message")
and put it at the top of
__main__.py
, but it's alerting twice. Any way to ensure this runs only once?