tool · inferred from evidence
astro deploy
A command in the astro-cli tool used to deploy Astro projects.
- astro deploy fails on v1.19.0 with ERROR file or directory not found .astro/test_dag_integrity_default.py
CLI 1.19.0 added a DAG integrity check that needs `.astro/test_dag_integrity_default.py` inside the image, but if your `.dockerignore` excludes `.astro` the check fails. Quick fix: add `!.astro/test_dag_integrity_default.py` to your `.docke