Skip to content

Commit

Permalink
refactor :: config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Feb 3, 2024
1 parent be8bc13 commit f73dec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
DB_PASSWORD=${{ secrets.DB_PASSWORD }}
JWT_SECRET=${{ secrets.JWT_SECRET }}
ACCESS_EXP=${{ secrets.ACCESS_EXP }}
REFRESH_EXP=${{ secrets.REFRESH_EXP }}
REFRESH_EXP=${{ secrets.REFRESH_EXP }}
REDIS_HOST=${{ secrets.REDIS_HOST }}
REDIS_PORT=${{ secrets.REDIS.PORT }}

0 comments on commit f73dec4

Please sign in to comment.