Skip to content

Commit

Permalink
Merge pull request #162 from Tibz-Dankan/switch/sqlite
Browse files Browse the repository at this point in the history
CI/CD: add REDIS_URL in the environment variables
  • Loading branch information
Tibz-Dankan authored Aug 29, 2024
2 parents 5833c2a + 7ead908 commit b3bb9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

env:
APPCRONS_STAG_DSN: ${{ secrets.APPCRONS_STAG_DSN }}
REDIS_URL: ${{ secrets.REDIS_URL }}

permissions:
deployments: write
Expand Down

0 comments on commit b3bb9be

Please sign in to comment.