diff --git a/themes/default/content/docs/pulumi-cloud/deployments/reference.md b/themes/default/content/docs/pulumi-cloud/deployments/reference.md index dd2c2f1da81..1f594cb7811 100644 --- a/themes/default/content/docs/pulumi-cloud/deployments/reference.md +++ b/themes/default/content/docs/pulumi-cloud/deployments/reference.md @@ -142,6 +142,12 @@ A deployment may be triggered at the simple click of a button in the Pulumi Cons Once you have the GitHub application installed in your Pulumi organization, you can choose to have deployments run a `pulumi preview` when Pull Requests are opened against a target branch, or `pulumi up` when a commit is pushed to a branch. +{{% notes type="info" %}} + +The `pulumi preview` on Pull Request capability requires that the Github user creating the Pull Request has their Github Organization Visibility set to `Public`. + +{{% /notes %}} + ![Pulumi UI - Push to Deploy](../ui-push-to-deploy.png) ## Configuring push-to-deploy from GitHub