Files
homelab/.gitea/workflows/deploy-production.yaml
Julia McGhee 34e629d955
Some checks failed
CI / lint-and-test (push) Successful in 37s
CI / build (push) Successful in 27s
Deploy Production / deploy (push) Failing after 27s
Fix deploy: filter out non-app packages from build matrix
Turbo's change detection includes shared packages like @homelab/db,
which don't have Dockerfiles. Filter to only apps with a Dockerfile
to prevent 'path not found' errors during docker build.
2026-03-21 21:19:15 +00:00

3.0 KiB