mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
chore(build): Use separate GCS bucket for CI runs
This has become an issue recently with changes such as GZIP compression, where CI runs no longer work because they conflict with the production bucket for the public instance.
This commit is contained in:
parent
2f448d5d4a
commit
1e6c3e6636
|
@ -26,7 +26,7 @@ script:
|
||||||
docker run -d -p 8080:8080 --name nixery \
|
docker run -d -p 8080:8080 --name nixery \
|
||||||
-v ${PWD}/test-files:/var/nixery \
|
-v ${PWD}/test-files:/var/nixery \
|
||||||
-e PORT=8080 \
|
-e PORT=8080 \
|
||||||
-e BUCKET=nixery-layers \
|
-e BUCKET=nixery-ci-tests \
|
||||||
-e GOOGLE_CLOUD_PROJECT=nixery \
|
-e GOOGLE_CLOUD_PROJECT=nixery \
|
||||||
-e GOOGLE_APPLICATION_CREDENTIALS=/var/nixery/key.json \
|
-e GOOGLE_APPLICATION_CREDENTIALS=/var/nixery/key.json \
|
||||||
-e GCS_SIGNING_ACCOUNT="${GCS_SIGNING_ACCOUNT}" \
|
-e GCS_SIGNING_ACCOUNT="${GCS_SIGNING_ACCOUNT}" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user