Skip to content

ci: ignore runtime static uploads in deploy clean step

Infraestructura requested to merge diego-dev into main

backend/static is written by the backend container at runtime and is not part of the versioned code. Exclude it (and node_modules / .next) from git clean in deploy_prod so permission errors on root- owned files don't break the deployment.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Merge request reports

Loading