CICD Upgrade #72

Merged
Jef Roosens merged 20 commits from 45-cicd into develop 2021-05-13 10:44:17 +02:00
Showing only changes of commit 9d065c229e - Show all commits

View file

@ -9,6 +9,7 @@ pipeline:
secret_key: ${S3_PASSWORD}
root: build-cache
restore: true
path_style: true
secrets: [ s3_endpoint, s3_user, s3_password ]
@ -62,6 +63,7 @@ pipeline:
secret_key: ${S3_PASSWORD}
root: build-cache
rebuild: true
path_style: true
mount:
- target
- web/node_modules
@ -79,6 +81,7 @@ pipeline:
secret_key: ${S3_PASSWORD}
root: build-cache
flush: true
path_style: true
# Delete cache older than 30 days (might lower this)
flush_age: 30