Skip to content

Commit

Permalink
build: add REDIS_DB env (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
guialvesp1 authored Oct 6, 2023
1 parent 3a677cc commit 0968460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
value: "https://development.basedosdados.org"
- name: "BASE_URL_API"
value: "https://development.api.basedosdados.org"
- name: "REDIS_DB"
value: 1
envFrom:
- secretRef:
name: api-development-secrets
Expand Down

0 comments on commit 0968460

Please sign in to comment.