Add Redis documentation

This commit is contained in:
Dhenain Ambroise
2022-04-05 17:27:53 +02:00
parent 12adde08b4
commit 6308fd7d4b
2 changed files with 30 additions and 1 deletions

View File

@@ -14,4 +14,9 @@ jobs:
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- name: build
# TODO Enable those lines below if you use a Redis cache, you'll also need to configure GitHub Repository Secrets
# env:
# REDIS_HOST: ${{ secrets.REDIS_HOST }}
# REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
run: yarn build