This message was deleted.
# announcements
s
This message was deleted.
🔥 1
🚀 4
partypus 8bit 5
s
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
We are working on one click slack integration! Cc @red-match-15116
✅ 1
w
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
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
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
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.