updated port in deployment file
Some checks failed
Deploy / lint (push) Successful in 5s
Deploy / test (push) Failing after 10s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-03-03 19:22:37 +01:00
parent af33f9724c
commit 50f618eb9f

View File

@@ -41,7 +41,7 @@ jobs:
POSTGRES_USER: test_user
POSTGRES_PASSWORD: test_pass
ports:
- 5432:5432
- 5433:5432
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5