Disable submodules in Drone after flattening pxy_city_digital_twins
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ekaropolus 2025-05-13 02:22:24 -06:00
parent 4ec76203bb
commit 115a3d1637

View File

@ -4,7 +4,7 @@ name: deploy-polisplexity
clone: clone:
depth: 1 depth: 1
submodules: true submodules: false # <- ya no hay submódulos
steps: steps:
- name: install dependencies and run Django checks - name: install dependencies and run Django checks
@ -51,4 +51,3 @@ steps:
- docker compose exec web python manage.py migrate --noinput - docker compose exec web python manage.py migrate --noinput
- docker compose exec web python manage.py collectstatic --noinput - docker compose exec web python manage.py collectstatic --noinput
- echo "🚀 Production deployment complete" - echo "🚀 Production deployment complete"