periphery runs fine lcoally

This commit is contained in:
mbecker20
2022-12-24 06:20:25 +00:00
parent 6be463475c
commit 0d140b420e

View File

@@ -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();