Commit graph

6 commits

Author SHA1 Message Date
Harshad
ea43418cde refactor(frontend): BREAKING CHANGE - shift code to folder 2026-02-06 13:23:32 +05:30
michael
9f403378b5 fix: force no-cache docker build in deploy script
Docker's layer cache was reusing old images even after code changes.
Adding --no-cache ensures the Python code is always freshly copied.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 09:50:36 -06:00
michael
cae11b95d5 deploy: run alembic migrations after db startup
Wait for database health check then run pending migrations.
Idempotent - only applies migrations not yet in alembic_version.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 07:57:38 -06:00
Michael Clervi
96b111bd09 added +x permission to deploy.sh 2026-01-31 13:19:32 +00:00
michael
bb43127ab4 deploy: use build cache 2026-01-31 07:16:07 -06:00
michael
b750dd8995 deploy: add server deploy script 2026-01-31 07:11:48 -06:00