From 1f9c37a50f262a2c1631f79172219b805748f1c1 Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Tue, 3 Mar 2026 19:24:21 +0100 Subject: [PATCH] updated port #2 --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fd47ea8..c934fbc 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -53,10 +53,10 @@ jobs: - run: pip install -e ".[dev]" - run: alembic upgrade head env: - DATABASE_URL: postgresql+asyncpg://test_user:test_pass@localhost:5432/test_db + DATABASE_URL: postgresql+asyncpg://test_user:test_pass@localhost:5433/test_db - run: pytest --tb=short env: - DATABASE_URL: postgresql+asyncpg://test_user:test_pass@localhost:5432/test_db + DATABASE_URL: postgresql+asyncpg://test_user:test_pass@localhost:5433/test_db - run: | cd frontend npm ci