fix: point alembic to shared_lib/alembic.ini in entrypoint
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ fi
|
|||||||
# Run DB migrations only if RUN_MIGRATIONS=true (blog service only)
|
# Run DB migrations only if RUN_MIGRATIONS=true (blog service only)
|
||||||
if [[ "${RUN_MIGRATIONS:-}" == "true" ]]; then
|
if [[ "${RUN_MIGRATIONS:-}" == "true" ]]; then
|
||||||
echo "Running Alembic migrations..."
|
echo "Running Alembic migrations..."
|
||||||
alembic upgrade head
|
alembic -c shared_lib/alembic.ini upgrade head
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clear Redis page cache on deploy
|
# Clear Redis page cache on deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user