Compare commits
No commits in common. "9d065c229ea4de38a2cc896198be0422e0ac4c68" and "bd51b6ce148029b5042c8ecfdecf2e1cacc46902" have entirely different histories.
9d065c229e
...
bd51b6ce14
|
|
@ -7,9 +7,8 @@ pipeline:
|
||||||
endpoint: ${S3_ENDPOINT}
|
endpoint: ${S3_ENDPOINT}
|
||||||
access_key: ${S3_USER}
|
access_key: ${S3_USER}
|
||||||
secret_key: ${S3_PASSWORD}
|
secret_key: ${S3_PASSWORD}
|
||||||
root: build-cache
|
root: fej-build-cache
|
||||||
restore: true
|
restore: true
|
||||||
path_style: true
|
|
||||||
|
|
||||||
secrets: [ s3_endpoint, s3_user, s3_password ]
|
secrets: [ s3_endpoint, s3_user, s3_password ]
|
||||||
|
|
||||||
|
|
@ -61,9 +60,8 @@ pipeline:
|
||||||
endpoint: ${S3_ENDPOINT}
|
endpoint: ${S3_ENDPOINT}
|
||||||
access_key: ${S3_USER}
|
access_key: ${S3_USER}
|
||||||
secret_key: ${S3_PASSWORD}
|
secret_key: ${S3_PASSWORD}
|
||||||
root: build-cache
|
root: fej-build-cache
|
||||||
rebuild: true
|
rebuild: true
|
||||||
path_style: true
|
|
||||||
mount:
|
mount:
|
||||||
- target
|
- target
|
||||||
- web/node_modules
|
- web/node_modules
|
||||||
|
|
@ -79,9 +77,8 @@ pipeline:
|
||||||
endpoint: ${S3_ENDPOINT}
|
endpoint: ${S3_ENDPOINT}
|
||||||
access_key: ${S3_USER}
|
access_key: ${S3_USER}
|
||||||
secret_key: ${S3_PASSWORD}
|
secret_key: ${S3_PASSWORD}
|
||||||
root: build-cache
|
root: fej-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