Skip to content

Commit

Permalink
Update to actual values
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Jul 26, 2023
1 parent dd6b8a3 commit 702aee9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ on:
push:
branches:
- 'main'
- test-oidc

env:
NODE: 16
DOMAIN_PROD: /dashboard
DEPLOY_BUCKET_PROD: covid-eo-uat
DOMAIN_PROD: https://www.earthdata.nasa.gov/dashboard
DEPLOY_BUCKET_PROD: climatedashboard
DEPLOY_BUCKET_PROD_REGION: us-east-1

jobs:
Expand Down Expand Up @@ -107,7 +106,7 @@ jobs:
with:
role-to-assume: ${{ secrets.DEPLOYMENT_ROLE_ARN }}
role-session-name: "veda-dashboard-prod-deployment"
aws-region: "us-east-1"
aws-region: ${{ env.DEPLOY_BUCKET_PROD_REGION }}

- name: Deploy to S3 Production
run: |
Expand Down

0 comments on commit 702aee9

Please sign in to comment.