https://pulumi.com logo
Title
l

lemon-agent-27707

04/03/2023, 4:31 PM
We just published a video on building Drift Detection on top of #pulumi-deployments - check it out!

https://www.youtube.com/watch?v=-K90I1F6tfs&ab_channel=PulumiTV

s

strong-match-67698

04/06/2023, 9:58 AM
nice, although it feels like just seeing a log in console might be not be sufficient for most 🙂
would be cool to see it hooked up with some notifications and details on the drift IMO
l

lemon-agent-27707

04/06/2023, 7:35 PM
We are working on one click slack integration! Cc @red-match-15116
w

witty-vegetable-61961

04/12/2023, 3:26 PM
Ah I have my Pulumi apps running through teamcity for build and then octopus for release (to ensure coding standards etc). I guess drift detection is the same as me running the Octopus deploy pipeline again to check for changes?
l

lemon-agent-27707

04/12/2023, 4:02 PM
Pulumi Deployments works nicely with your existing CI/CD system. We have a docs page on how you might want to use them together: https://www.pulumi.com/docs/intro/deployments/versus/
w

witty-vegetable-61961

04/12/2023, 4:09 PM
Yeah I guess i'd just trigger the rest api from octopus. But I may do some logic in octopus like variable substitution, that would be good to do in pulumi deployments. Or maybe all the logic is done before the pulumi deployments bit!
l

lemon-agent-27707

04/12/2023, 6:00 PM
Yes, you should be able to set up your deployment settings so that the API call to run a refresh is just a single line/parameter in a post body.