Skip to content

Commit

Permalink
chore: use unique redis dbs in environments
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed May 13, 2024
1 parent 24c44ec commit 02b2621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: "WORKER"
value: "main"
- name: "REDIS_DB"
value: "0"
value: "2"
- name: "GOOGLE_DIRECTORY_SUBJECT"
value: "${{ secrets.GOOGLE_DIRECTORY_SUBJECT }}"
- name: "GOOGLE_DIRECTORY_GROUP_KEY"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: "WORKER"
value: "main"
- name: "REDIS_DB"
value: "0"
value: "1"
- name: "GOOGLE_DIRECTORY_SUBJECT"
value: "${{ secrets.GOOGLE_DIRECTORY_SUBJECT }}"
- name: "GOOGLE_DIRECTORY_GROUP_KEY"
Expand Down

0 comments on commit 02b2621

Please sign in to comment.