Skip to content

Commit

Permalink
feat(infra): updating pulumi org name (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Sep 4, 2024
1 parent 7b59e7a commit 54fa5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: passportxyz/gh-workflows/.github/actions/deploy_to_aws@v1
with:
docker_tag: ${{ inputs.refspec }}
stack_name: gitcoin/id-staking-v2/${{ inputs.environment }}
stack_name: passportxyz/id-staking-v2/${{ inputs.environment }}
aws_region: us-west-2
pulumi_command: preview
pulumi_diff: true
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: passportxyz/gh-workflows/.github/actions/deploy_to_aws@v1
with:
docker_tag: ${{ inputs.refspec }}
stack_name: gitcoin/id-staking-v2/${{ inputs.environment }}
stack_name: passportxyz/id-staking-v2/${{ inputs.environment }}
aws_region: us-west-2
pulumi_command: up
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 54fa5ff

Please sign in to comment.