Skip to content

Commit

Permalink
ci-cd: db is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
DoHyeonCP committed Nov 3, 2024
1 parent fb73341 commit e8a0639
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ jobs:
db:
image: postgres:latest
env:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
options:
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5

cache:
image: redis
Expand Down

0 comments on commit e8a0639

Please sign in to comment.