fix: change expected host for deploy 2
All checks were successful
Deploy / deploy (push) Successful in 56s
Security Tests / security-non-db (push) Successful in 18s
Security Tests / security-db (push) Successful in 23s

This commit is contained in:
2026-03-02 11:26:01 -06:00
parent 45a496505e
commit 1d95056e23
4 changed files with 17 additions and 9 deletions

View File

@@ -21,6 +21,8 @@ RESTORE_DATABASE_URL=postgres://skymoney_app:change-me@127.0.0.1:5432/skymoney_r
ADMIN_DATABASE_URL=postgres://postgres:change-me@127.0.0.1:5432/postgres
EXPECTED_PROD_DB_HOST=postgres
EXPECTED_PROD_DB_NAME=skymoney
EXPECTED_BACKUP_DB_HOST=127.0.0.1
EXPECTED_BACKUP_DB_NAME=skymoney
# Auth secrets (min 32 chars)
JWT_SECRET=replace-with-32+-chars