Compare commits

..

3 Commits

Author SHA1 Message Date
Dreaded_X 03135b8d25 Started work on reimplementing schedules
Build and deploy automation_rs / Build automation_rs (push) Successful in 6m19s
Build and deploy automation_rs / Build Docker image (push) Failing after 41s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
2024-04-29 04:52:54 +02:00
Dreaded_X 0115079393 Fixed spelling mistakes
Build and deploy automation_rs / Build automation_rs (push) Successful in 4m30s
Build and deploy automation_rs / Build Docker image (push) Failing after 42s
Build and deploy automation_rs / Deploy Docker container (push) Has been skipped
2024-04-29 03:47:34 +02:00
Dreaded_X 528afad731 Moved last config items to lua + small cleanup 2024-04-29 03:47:20 +02:00
+2 -2
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
ENV AUTOMATION_CONFIG=/app/config.yml
COPY ./config/config.yml /app/config.yml
COPY ./build/automation /app/automation