1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-08 05:16:56 +00:00

Expose UMAMI variables to the CI build environment

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

View file

@ -1,6 +1,11 @@
steps:
- name: build hugo
image: alpine:3.19.1
environment:
umami_domain:
from_secret: umami_domain
umami_id:
from_secret: umami_id
commands:
- apk update
- apk add hugo