mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
Cambio nome
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user