1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-07 20:36:55 +00:00

Expose UMAMI variables to the CI build environment
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Tixie 2024-04-24 20:59:25 +02:00
parent 68c0e8f0f9
commit 075229b4a3
No known key found for this signature in database

View file

@ -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: