mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 16:51:53 +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
|
- name: build hugo
|
||||||
image: alpine:3.19.1
|
image: alpine:3.19.1
|
||||||
commands:
|
commands:
|
||||||
|
- export UMAMI_DOMAIN=$UMAMI_DOMAIN
|
||||||
|
- export UMAMI_ID=$UMAMI_ID
|
||||||
- apk update
|
- apk update
|
||||||
- apk add hugo
|
- apk add hugo
|
||||||
- hugo -b 'https://music.guerilla.studio'
|
- hugo -b 'https://music.guerilla.studio'
|
||||||
|
secrets: [ 'umami_domain', 'umami_id' ]
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue