How does pulumi preview for pulumi deployments wor...
# pulumi-deployments
c
How does pulumi preview for pulumi deployments work? Do i have to add the github action pr workflow anyway? My org is public but the repo i’m trying to get preview for is private
l
If you are using pulumi deployments with the github app, you can configure a stack to automatically run a preview when a PR is opened or a new commit is pushed to a PR: https://www.pulumi.com/docs/pulumi-cloud/deployments/reference/#github-push-to-deploy
c
i tried this but it doesn’t seem to work with path filtering. My infra code is in
infra
dir so i’ve set the path filter as infra but it doesn’t post a github comment when it’s updated
l
You might need infra/**
c
Tried it. Works