Skip to content

Commit

Permalink
changing pushing snapshot to preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Fukuda committed Oct 26, 2022
1 parent bc4e393 commit 206270a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
env:
S3_BUCKET_DEV: vci-snapshot-dev
S3_BUCKET_TEST: vci-snapshot-test
S3_BUCKET_QA: vci-snapshot-preprod
S3_BUCKET_PROD: vci-snapshot-prod
S3_DIR: current-snapshot
ISSUER_FILE: vci-issuers.json
Expand All @@ -25,9 +25,9 @@ jobs:
- bucket: '${S3_BUCKET_DEV}'
assume-role: arn:aws:iam::789379687343:role/GithubECSRole
role-session-name: GithubActionsECSDev
- bucket: '${S3_BUCKET_TEST}'
- bucket: '${S3_BUCKET_QA}'
assume-role: arn:aws:iam::496986085600:role/GithubECSRole
role-session-name: GithubActionsECSTest
role-session-name: GithubActionsECSQA
- bucket: '${S3_BUCKET_PROD}'
assume-role: arn:aws:iam::583457431358:role/GithubECSRole
role-session-name: GithubActionsECSProd
Expand Down

0 comments on commit 206270a

Please sign in to comment.