mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
periphery runs fine lcoally
This commit is contained in:
@@ -22,14 +22,14 @@ async fn main() -> anyhow::Result<()> {
|
||||
// let server_stats = get_server_stats(&monitor).await?;
|
||||
// println!("server stats:\n{server_stats:#?}\n");
|
||||
|
||||
let (update, container) = deploy_mongo(&monitor).await?;
|
||||
println!(
|
||||
"mongo deploy update:\n{update:#?}\n\ncontainer: {:#?}\n",
|
||||
container.container
|
||||
);
|
||||
// let (update, container) = deploy_mongo(&monitor).await?;
|
||||
// println!(
|
||||
// "mongo deploy update:\n{update:#?}\n\ncontainer: {:#?}\n",
|
||||
// container.container
|
||||
// );
|
||||
|
||||
// let update = test_build(&monitor).await?;
|
||||
// println!("build update:\n{update:#?}");
|
||||
let update = test_build(&monitor).await?;
|
||||
println!("build update:\n{update:#?}");
|
||||
|
||||
// test_updates(&monitor).await.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user