https://pulumi.com logo
#pulumi-deployments
Title
# pulumi-deployments
c

cuddly-flower-91328

10/25/2023, 4:28 PM
I'm trying to manage Pulumi Deployments via Pulumi and my preview looks good but on apply it fails with a 500 API error without anything useful to use as breadcrumbs. I'm new to managing Deployments with Pulumi, but for all intents and purposes I'm following the docs for Go here: https://www.pulumi.com/registry/packages/pulumiservice/api-docs/deploymentsettings/
r

red-match-15116

10/25/2023, 4:37 PM
hey! sorry you're running into issues here. can you provide a code sample or any other information that might help me narrow down the issue?
c

cuddly-flower-91328

10/25/2023, 5:17 PM
Untitled
r

red-match-15116

10/25/2023, 5:30 PM
Looping back, we sorted this out over DM. The issue was: • repositoryName should just be
{org}/{repo}
- will update this in the docs to add an example • branch needs to be fully qualified
refs/heads/main
instead of just
main
(currently in the process of relaxing this requirement so we can accept short branch names)
c

cuddly-flower-91328

10/25/2023, 5:30 PM
Thank you again @red-match-15116!