From e75c7873d9c955631d0d4a90287c2a547ad44f0e Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Mon, 14 Apr 2025 21:49:33 +0200 Subject: [PATCH] ci: dry-run false and daemon true --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index eb0cfb3..6aa1090 100644 --- a/Containerfile +++ b/Containerfile @@ -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]