Skip to content

Commit

Permalink
Merge pull request #382 from panoratech/add-redis-toCI
Browse files Browse the repository at this point in the history
💚 Updated CI Secrets to support Redis
  • Loading branch information
rflihxyz authored Apr 20, 2024
2 parents e6fda35 + c623bc9 commit 41a1b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-compose.healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
DISTRIBUTION: ${{ secrets.DISTRIBUTION }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
REDIS_HOST: ${{ secrets.REDIS_HOST }}
REDIS_PORT: ${{ secrets.REDIS_PORT }}
REDIS_PASS: ${{ secrets.REDIS_PASS }}
NEXT_PUBLIC_BACKEND_DOMAIN: ${{ secrets.NEXT_PUBLIC_BACKEND_DOMAIN }}
NEXT_PUBLIC_MAGIC_LINK_DOMAIN: ${{ secrets.NEXT_PUBLIC_MAGIC_LINK_DOMAIN }}
NEXT_PUBLIC_STYTCH_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_STYTCH_PROJECT_ID }}
Expand Down

0 comments on commit 41a1b1f

Please sign in to comment.