Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EleisonC committed Jun 16, 2024
1 parent c9cc041 commit d03df7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
POSTGRES_DB: postgres
ports:
- 5432:5432
redis:
image: redis:7.0-alpine
ports:
- 6379:6379

steps:
# Checkout code from the repository
Expand Down

0 comments on commit d03df7c

Please sign in to comment.