sass-imobiliaria/backend
MatheusAlves96 d99978cd7a
All checks were successful
CI/CD → Deploy via SSH / Build & Push Docker Images (push) Successful in 38s
CI/CD → Deploy via SSH / Deploy via SSH (push) Successful in 3m12s
CI/CD → Deploy via SSH / Validate HTTPS & Endpoints (push) Successful in 1m8s
fix(backend): never run seed.py in production
entrypoint.sh now requires RUN_SEED=true to execute the seed script.
Without it, only 'flask db upgrade heads' runs on container start.

docker-compose.yml (dev) sets RUN_SEED=true and RUN_CSV_IMPORT=true
so local development behaviour is unchanged.

Production (docker-compose.prod.yml) does not set these variables,
so the database is no longer wiped on every deploy.
2026-04-23 00:03:56 -03:00
..
app feat(backend): add video_url and video_position to properties 2026-04-22 23:57:28 -03:00
migrations feat(backend): add video_url and video_position to properties 2026-04-22 23:57:28 -03:00
seeds chore: seed sample video data, add spec 033 and update instructions 2026-04-22 23:57:50 -03:00
tests feat: features 025-032 - favoritos, contatos, trabalhe-conosco, area-cliente, navbar, hero-light-dark, performance-homepage 2026-04-22 22:35:17 -03:00
.env.example feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
Dockerfile feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
Dockerfile.prod ci: add forgejo actions pipeline with traefik labels and https health checks 2026-04-21 00:06:22 -03:00
entrypoint.sh fix(backend): never run seed.py in production 2026-04-23 00:03:56 -03:00
pyproject.toml feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
run.py feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00
uv.lock feat: add full project - backend, frontend, docker, specs and configs 2026-04-20 23:59:45 -03:00