Migrate to gitea-actions + add deno to runtime
All checks were successful
ci / docker (push) Successful in 3m34s

This commit is contained in:
2025-11-12 15:31:41 +01:00
parent 2c5b7765a0
commit 48fb26046c
3 changed files with 18 additions and 35 deletions

View File

@@ -19,6 +19,10 @@ COPY next_song.py /opt
COPY yt_sync.py /opt
COPY ultrasync.sh /opt
RUN curl -fsSL https://deno.land/install.sh | sh
ENV DENO_INSTALL="/$HOME/.deno"
ENV PATH="$DENO_INSTALL/bin:$PATH"
RUN chmod +x /opt/yt_sync.py /opt/next_song.py /opt/ultrasync.sh
RUN mkdir -p /songs /jingles /air-support /var/log/icecast