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?
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.