This message was deleted.
# google-cloud
s
This message was deleted.
s
Hey Elias! Couple questions for you: 1. are you in the right directory? if you’re not in your project directory and you have a self-hosted backend then
pulumi stack
commands won’t work. 2. can you set your
PULUMI_CONFIG_PASSPHRASE
as an environment variable in Github and then pass it to cloudbuild as an
env
?
b
Hej Vic, yes I am in the right directory - I have checked it by
ls -la
before
pulumi stack select <stack-name>
, and the
Pulumi.<stack-name>.yaml
is present. I have also tried the command
pulumi stack ls
and the command works however no stacks are listed. Just the name line:
NAME LAST UPDATE RESOURCE COUNT
I will look into add env vars from Github to Cloudbuild