New question here re: my earlier thread <https://p...
# pulumi-cloud
l
I don't know how I got the VCS info "deployed". I've hit the same problem again. I run
pulumi new
and get a new project appearing in the list. I update the stack YAML with the vcs:repo, vcs:kind and vcs:owner attributes. I run
pulumi up
. But the stack remain in the "I have no associated repo" gray box at the bottom of the page.
Found the problem: I'm adding the tags to stack config instead of stack tags 🤦 Is there a way to set stack tags using either of the YAML files?
l
normally this information gets automatically inferred from the git metadata in the directory (if present)