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:
Kasper Juul Hermansen 2024-01-28 22:59:32 +01:00
parent 2cb8929b91
commit 14ab05eb9b
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -28,7 +28,7 @@ impl CuddleReleaser {
client,
cuddle_file,
env,
folder: ".cuddle/tmp/k8s".into(),
folder: ".cuddle/tmp".into(),
})
}
}
@ -100,7 +100,7 @@ impl MainAction for CuddleReleaser {
"cuddle-releaser",
"release",
&format!("--upstream={}", options.upstream),
&format!("--folder={}", "/mnt/templates"),
&format!("--folder={}", "/mnt/templates/k8s"),
&format!("--cluster={}", options.cluster),
&format!("--namespace={}", options.namespace),
&format!("--app={}", options.app),