diff --git a/.github/workflows/main-pipeline.yml b/.github/workflows/main-pipeline.yml index d5e19aca9..5fc2fb606 100644 --- a/.github/workflows/main-pipeline.yml +++ b/.github/workflows/main-pipeline.yml @@ -55,7 +55,7 @@ jobs: env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres - POSTGRES_DB: givethio + POSTGRES_DB: qacc PGDATA: /var/lib/postgresql/data/pgdata options: >- --health-cmd pg_isready @@ -162,4 +162,4 @@ jobs: git pull docker compose -f docker-compose-production.yml pull docker compose -f docker-compose-production.yml up -d - docker image prune -a --force \ No newline at end of file + docker image prune -a --force diff --git a/.github/workflows/staging-pipeline.yml b/.github/workflows/staging-pipeline.yml index 307ae6fe2..9b050b20f 100644 --- a/.github/workflows/staging-pipeline.yml +++ b/.github/workflows/staging-pipeline.yml @@ -55,7 +55,7 @@ jobs: env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres - POSTGRES_DB: givethio + POSTGRES_DB: qacc PGDATA: /var/lib/postgresql/data/pgdata options: >- --health-cmd pg_isready @@ -162,4 +162,4 @@ jobs: git pull docker compose -f docker-compose-staging.yml pull docker compose -f docker-compose-staging.yml up -d - docker image prune -a --force \ No newline at end of file + docker image prune -a --force