Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
5cac7d1c88
commit
62d54ce56f
@ -26,7 +26,7 @@ impl CuddleFileExt for RustService {
|
|||||||
.with_bin_name(&cuddle_file.vars.service)
|
.with_bin_name(&cuddle_file.vars.service)
|
||||||
.with_deployment(false);
|
.with_deployment(false);
|
||||||
|
|
||||||
tracing::trace!("with cuddle file: {:?}", &cuddle_file);
|
tracing::trace!("with cuddle file: {:+?}", &cuddle_file);
|
||||||
|
|
||||||
if let Some(components) = &cuddle_file.components {
|
if let Some(components) = &cuddle_file.components {
|
||||||
s = if let Some(database) = &components.database {
|
s = if let Some(database) = &components.database {
|
||||||
|
Loading…
Reference in New Issue
Block a user