This commit is contained in:
parent
694f0dc045
commit
b97c58bc34
@ -31,7 +31,9 @@ async fn main() {
|
|||||||
Box::new(ContinuousDelivery {
|
Box::new(ContinuousDelivery {
|
||||||
application: application.clone(),
|
application: application.clone(),
|
||||||
}), // TODO add monitoring, backups, multisite ha, etc
|
}), // TODO add monitoring, backups, multisite ha, etc
|
||||||
Box::new(Monitoring {}),
|
Box::new(Monitoring {
|
||||||
|
application: application.clone(),
|
||||||
|
}),
|
||||||
],
|
],
|
||||||
application,
|
application,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user