Skip to content

Commit cbaf6df

Browse files
committed
fix: variables names in ci
1 parent 9f976a1 commit cbaf6df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ services:
117117
AWS_BUCKET_NAME: aligned.storage
118118
UPLOAD_ENDPOINT: http://localstack:4566
119119
DOWNLOAD_ENDPOINT: http://localstack:4566/aligned.storage
120-
AWS_SECRET_ACCESS_KEY_2: test2
121-
AWS_REGION_2: us-west-1
122-
AWS_ACCESS_KEY_ID_2: test2
123-
AWS_BUCKET_NAME_2: aligned.storage
124-
UPLOAD_ENDPOINT_2: http://localstack2:4567
125-
DOWNLOAD_ENDPOINT_2: http://localstack2:4567/aligned.storage.secondary
120+
AWS_SECRET_ACCESS_KEY_SECONDARY: test2
121+
AWS_REGION_SECONDARY: us-west-1
122+
AWS_ACCESS_KEY_ID_SECONDARY: test2
123+
AWS_BUCKET_NAME_SECONDARY: aligned.storage
124+
UPLOAD_ENDPOINT_SECONDARY: http://localstack2:4567
125+
DOWNLOAD_ENDPOINT_SECONDARY: http://localstack2:4567/aligned.storage.secondary
126126
RUST_LOG: info
127127
RUST_BACKTRACE: 1
128128
build:

0 commit comments

Comments
 (0)