This commit is contained in:
Zaid-maker 2025-07-17 01:10:49 +05:00
parent 10f5691d9e
commit 2b618b189c
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ jobs:
DATABASE_URL: "postgresql://opencut:opencutthegoat@localhost:5432/opencut"
BETTER_AUTH_SECRET: "supersecret"
NEXT_PUBLIC_BETTER_AUTH_URL: "http://localhost:3000"
UPSTASH_REDIS_REST_URL: "https://your-upstash-redis-url"
UPSTASH_REDIS_REST_TOKEN: "your-upstash-redis-token"
steps:
- name: Checkout repository