https://pulumi.com logo
a

agreeable-king-2755

05/12/2022, 12:59 PM
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?
2 Views