mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-17 09:11:52 +00:00
Update woodpecker Alpine version + replace drone s3 plugin the woodpecker one
This commit is contained in:
parent
41da0e195e
commit
4dfbd2f4b4
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ when:
|
||||||
branch: [main]
|
branch: [main]
|
||||||
steps:
|
steps:
|
||||||
- name: build hugo
|
- name: build hugo
|
||||||
image: alpine:3.19.1
|
image: alpine:3.20.3
|
||||||
commands:
|
commands:
|
||||||
- export UMAMI_DOMAIN=$UMAMI_DOMAIN
|
- export UMAMI_DOMAIN=$UMAMI_DOMAIN
|
||||||
- export UMAMI_ID=$UMAMI_ID
|
- export UMAMI_ID=$UMAMI_ID
|
||||||
|
@ -17,7 +17,7 @@ steps:
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
image: plugins/s3
|
image: woodpeckerci/s3
|
||||||
settings:
|
settings:
|
||||||
bucket: music.guerilla.studio
|
bucket: music.guerilla.studio
|
||||||
endpoint: https://garage.deuxfleurs.fr
|
endpoint: https://garage.deuxfleurs.fr
|
||||||
|
|
Loading…
Reference in a new issue