Skip to content

Commit

Permalink
fix(ci): cd into staging for pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Aug 24, 2023
1 parent 07eef85 commit a8be8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-promote-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
# Update the pulumi stack with new image
- run: |
npm install
cd staging
pulumi stack select -c gitcoin/passport-scorer/staging
pulumi config -s gitcoin/passport-scorer/staging set aws:region us-west-2 --non-interactive
working-directory: infra
Expand Down

0 comments on commit a8be8ee

Please sign in to comment.