Compare commits
2 Commits
bd51b6ce14
...
9d065c229e
Author | SHA1 | Date |
---|---|---|
|
9d065c229e | |
|
b8f31aa337 |
|
@ -7,8 +7,9 @@ pipeline:
|
||||||
endpoint: ${S3_ENDPOINT}
|
endpoint: ${S3_ENDPOINT}
|
||||||
access_key: ${S3_USER}
|
access_key: ${S3_USER}
|
||||||
secret_key: ${S3_PASSWORD}
|
secret_key: ${S3_PASSWORD}
|
||||||
root: fej-build-cache
|
root: build-cache
|
||||||
restore: true
|
restore: true
|
||||||
|
path_style: true
|
||||||
|
|
||||||
secrets: [ s3_endpoint, s3_user, s3_password ]
|
secrets: [ s3_endpoint, s3_user, s3_password ]
|
||||||
|
|
||||||
|
@ -60,8 +61,9 @@ pipeline:
|
||||||
endpoint: ${S3_ENDPOINT}
|
endpoint: ${S3_ENDPOINT}
|
||||||
access_key: ${S3_USER}
|
access_key: ${S3_USER}
|
||||||
secret_key: ${S3_PASSWORD}
|
secret_key: ${S3_PASSWORD}
|
||||||
root: fej-build-cache
|
root: build-cache
|
||||||
rebuild: true
|
rebuild: true
|
||||||
|
path_style: true
|
||||||
mount:
|
mount:
|
||||||
- target
|
- target
|
||||||
- web/node_modules
|
- web/node_modules
|
||||||
|
@ -77,8 +79,9 @@ pipeline:
|
||||||
endpoint: ${S3_ENDPOINT}
|
endpoint: ${S3_ENDPOINT}
|
||||||
access_key: ${S3_USER}
|
access_key: ${S3_USER}
|
||||||
secret_key: ${S3_PASSWORD}
|
secret_key: ${S3_PASSWORD}
|
||||||
root: fej-build-cache
|
root: build-cache
|
||||||
flush: true
|
flush: true
|
||||||
|
path_style: true
|
||||||
# Delete cache older than 30 days (might lower this)
|
# Delete cache older than 30 days (might lower this)
|
||||||
flush_age: 30
|
flush_age: 30
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue