Skip to content

Commit

Permalink
Updated stagin and main github action pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Sep 5, 2024
1 parent c9f0ea9 commit 937c2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
docker image prune -a --force
4 changes: 2 additions & 2 deletions .github/workflows/staging-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
docker image prune -a --force

0 comments on commit 937c2b0

Please sign in to comment.