How to check health of an app (from an sh script)?
I need it to fail deployment pipeline, if the app is not in good health after 1 min or so after deployment.
How to check health of an app (from an sh script)?
I need it to fail deployment pipeline, if the app is not in good health after 1 min or so after deployment.
You can run fly checks list -a <APP_NAME>
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.