mirror of
https://github.com/scratchfoundation/scratchjr-website.git
synced 2025-08-28 22:30:12 -04:00
Add string interpolation for EV
This commit is contained in:
parent
f37303d46d
commit
18084a5cd0
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
- equal: [ develop, << pipeline.git.branch >> ]
|
||||
steps:
|
||||
- aws-s3/sync:
|
||||
role-arn: AWS_OIDC_IAM_ROLE
|
||||
role-arn: '${AWS_OIDC_IAM_ROLE}'
|
||||
aws-region: AWS_REGION
|
||||
from: ./build
|
||||
to: '${S3_BUCKET_NAME_develop}'
|
||||
|
@ -53,7 +53,7 @@ jobs:
|
|||
- equal: [ master, << pipeline.git.branch >> ]
|
||||
steps:
|
||||
- aws-s3/sync:
|
||||
role-arn: AWS_OIDC_IAM_ROLE
|
||||
role-arn: '${AWS_OIDC_IAM_ROLE}'
|
||||
aws-region: AWS_REGION
|
||||
from: ./build
|
||||
to: '${S3_BUCKET_NAME_develop}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue