WIP: Made config modular
All checks were successful
Build and deploy / Build application (push) Successful in 3m22s
Build and deploy / Build container (push) Successful in 56s
Build and deploy / Deploy container (push) Has been skipped

This commit is contained in:
2024-11-30 06:35:36 +01:00
parent 4bb49a381b
commit 4f372aa9f0
5 changed files with 70 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
FROM gcr.io/distroless/cc-debian12:nonroot
ENV AUTOMATION_CONFIG=/app/config.lua
COPY ./config.lua /app/config.lua
COPY ./config /app/config
COPY ./automation /app/automation