Ensure artifacts expire
This commit is contained in:
parent
fb95b705bc
commit
6d63004173
|
@ -17,6 +17,7 @@ build_pages:
|
||||||
variables:
|
variables:
|
||||||
SHELL: "/bin/sh"
|
SHELL: "/bin/sh"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
expire_in: "1 week"
|
||||||
untracked: true
|
untracked: true
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache --upgrade hugo
|
- apk add --no-cache --upgrade hugo
|
||||||
|
@ -28,6 +29,7 @@ build_calendar:
|
||||||
dependencies:
|
dependencies:
|
||||||
- build_pages
|
- build_pages
|
||||||
artifacts:
|
artifacts:
|
||||||
|
expire_in: "1 week"
|
||||||
untracked: true
|
untracked: true
|
||||||
variables:
|
variables:
|
||||||
SHELL: "/bin/sh"
|
SHELL: "/bin/sh"
|
||||||
|
@ -57,6 +59,7 @@ deploy_staging:
|
||||||
name: staging
|
name: staging
|
||||||
url: https://staging.berlin.ccc.de/
|
url: https://staging.berlin.ccc.de/
|
||||||
artifacts:
|
artifacts:
|
||||||
|
expire_in: "1 week"
|
||||||
paths:
|
paths:
|
||||||
- public/
|
- public/
|
||||||
only:
|
only:
|
||||||
|
@ -81,6 +84,7 @@ deploy_production:
|
||||||
name: production
|
name: production
|
||||||
url: https://berlin.ccc.de/
|
url: https://berlin.ccc.de/
|
||||||
artifacts:
|
artifacts:
|
||||||
|
expire_in: "1 week"
|
||||||
paths:
|
paths:
|
||||||
- public/
|
- public/
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in a new issue