feat: all the logs
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-01-28 22:58:23 +01:00
parent 1f23425150
commit 2cb8929b91

View File

@@ -86,7 +86,7 @@ impl MainAction for CuddleReleaser {
.container()
.from(cuddle_releaser_image)
.with_env_variable("RUST_LOG", "trace")
.with_mounted_directory("/mnt/templates", folder)
.with_directory("/mnt/templates", folder)
.with_unix_socket(
ssh_sock.clone(),
client.host().unix_socket(ssh_sock.clone()),