Skip to content

Commit

Permalink
fix(CR): fix staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Oct 31, 2024
1 parent 9e34b5a commit 094fcda
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cr.staging.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

env:
AWS_REGION: us-east-1
ECR_REPOSITORY: bim-dao-frontend-testnet
ECS_SERVICE: bim-dao-frontend
ECS_CLUSTER: bim-dao-frontend-testnet
ECS_TASK_DEFINITION: bim-dao-frontend-testnet
CONTAINER_NAME: bim-dao-frontend
ECR_REPOSITORY: rscoll-dev-bim-staging
ECS_SERVICE: rscoll-dev-bim-staging
ECS_CLUSTER: rscoll-dev
ECS_TASK_DEFINITION: rscoll-dev-bim-staging
CONTAINER_NAME: rscoll-dev-bim-staging

PROFILE: testnet.staging

Expand All @@ -20,7 +20,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
environment:
name: TESTNET
name: STAGING
permissions:
id-token: write
contents: read
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_LOGIN_TESTNET_ROLE_ARN }}
role-to-assume: ${{ secrets.AWS_LOGIN_STAGING_ROLE_ARN }}
aws-region: ${{ env.AWS_REGION }}

- name: Login to Amazon ECR
Expand Down

0 comments on commit 094fcda

Please sign in to comment.