Cambio nome

This commit is contained in:
2026-03-19 16:58:23 +01:00
parent c34d6bb080
commit 83e494e171
29 changed files with 105 additions and 105 deletions
+6 -6
View File
@@ -10,8 +10,8 @@ env:
PYTHON_VERSION: "3.12"
ENCRYPTION_KEY: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
SECRET_KEY: "ci-test-secret-key-for-github-actions-only-not-for-production"
DATABASE_URL: "postgresql+asyncpg://pecflow:pecflow_ci@localhost:5432/pecflow_test"
DATABASE_URL_SYNC: "postgresql://pecflow:pecflow_ci@localhost:5432/pecflow_test"
DATABASE_URL: "postgresql+asyncpg://pechub:pechub_ci@localhost:5432/pechub_test"
DATABASE_URL_SYNC: "postgresql://pechub:pechub_ci@localhost:5432/pechub_test"
REDIS_URL: "redis://localhost:6379/0"
jobs:
@@ -61,9 +61,9 @@ jobs:
postgres:
image: postgres:16-alpine
env:
POSTGRES_DB: pecflow_test
POSTGRES_USER: pecflow
POSTGRES_PASSWORD: pecflow_ci
POSTGRES_DB: pechub_test
POSTGRES_USER: pechub
POSTGRES_PASSWORD: pechub_ci
ports:
- 5432:5432
options: >-
@@ -156,7 +156,7 @@ jobs:
context: ./backend
file: ./backend/Dockerfile
push: false
tags: pecflow-backend:${{ github.sha }}
tags: pechub-backend:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max