ci: dry-run false and daemon true
All checks were successful
build / build (push) Successful in 1m30s

This commit is contained in:
Viktor Varland 2025-04-14 21:49:33 +02:00
parent efc49fa4a2
commit e75c7873d9
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -49,9 +49,9 @@ USER subsyt
RUN mkdir -p /data/vids
COPY <<-EOT /data/config.toml
dry_run = true
dry_run = false
out_dir = "/data/vids"
daemon = false
daemon = true
[provider]
[provider.youtube]