Edit: Figured it out, the pulumi directory was not in the main branch yet, silly me!
I’m trying to set up pulumi cloud deployments for the first time, but keep getting an error during the “Download Dependencies” step —
$ /pulumi-deploy-executor dependencies download --workDir="/deployment/[location of pulumi dir within repo]"
Error: unable to get project runtime: unable to find project settings in workspace
I haven’t been able to find anything obvious in my googling. The only thing I can think of as a possibility is I’m using yarn rather than npm, in combination with the Pulumi.yaml file being in a subdirectory rather than the repository root (the subdirectory is configured in the “folder” pulumi deploy settings).
Do I just skip the automatic dependency injection step and specify my own?