hey all. just wondering if there was a post deploy...
# general
a
hey all. just wondering if there was a post deployment action as part of a pulumi deployment that can get run to perform some platform verification - similar to this article: https://learn.microsoft.com/en-us/azure/architecture/guide/devops/deployment-scripts-property-check
l
Not inside a single project, no. You could wrap your project in an automation-api program, but that's pretty much the same as running
pulumi up
in a script and doing the verification in the same script 🙂