ci: dry-run false and daemon true
All checks were successful
build / build (push) Successful in 1m30s
All checks were successful
build / build (push) Successful in 1m30s
This commit is contained in:
parent
efc49fa4a2
commit
e75c7873d9
|
|
@ -49,9 +49,9 @@ USER subsyt
|
||||||
RUN mkdir -p /data/vids
|
RUN mkdir -p /data/vids
|
||||||
|
|
||||||
COPY <<-EOT /data/config.toml
|
COPY <<-EOT /data/config.toml
|
||||||
dry_run = true
|
dry_run = false
|
||||||
out_dir = "/data/vids"
|
out_dir = "/data/vids"
|
||||||
daemon = false
|
daemon = true
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
[provider.youtube]
|
[provider.youtube]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue