mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-08 09:11:51 +00:00
Expose UMAMI variables to the CI build environment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
68c0e8f0f9
commit
a13a543139
1 changed files with 3 additions and 0 deletions
|
@ -2,9 +2,12 @@ steps:
|
|||
- name: build hugo
|
||||
image: alpine:3.19.1
|
||||
commands:
|
||||
- export UMAMI_DOMAIN=$UMAMI_DOMAIN
|
||||
- export UMAMI_ID=$UMAMI_ID
|
||||
- apk update
|
||||
- apk add hugo
|
||||
- hugo -b 'https://music.guerilla.studio'
|
||||
secrets: [ 'umami_domain', 'umami_id' ]
|
||||
|
||||
- name: upload
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue