Skip to content

Commit

Permalink
Configured redis environment variable to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Mar 5, 2024
1 parent d86ce54 commit 8f85640
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ env:
SECRET_KEY: django-insecure-97(!!1=_(2xgj%)pp2&6bn8x@0^g6b1ps5ea24*i2tnc-!3%tq
ENVIRONMENT: LOCAL
USE_S3: False
REDIS_HOST: redis
REDIS_PORT: 6379
REDIS_DB: 1

jobs:
test:
Expand Down

0 comments on commit 8f85640

Please sign in to comment.