Hey all, did anyone get the pulumi button working...
# general
f
Hey all, did anyone get the pulumi button working to deploy a custom template stored on a private GitHub registry using SSH authentication? https://www.pulumi.com/docs/pulumi-cloud/pulumi-button/
s
Based on the output of
pulumi new --help
(and I'm using that as a reference because the link above says to use
pulumi new
to test), this should work. Are you using the
git@github.com:<user>/<private-repo>
syntax in the button's link?
On the other hand, this is tied to Pulumi Cloud so it may be an issue with the repository being private (and thus Pulumi Cloud would have no access).