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