Skip to content

Commit a34becd

Browse files
committed
fixing redis url
1 parent 031ce6c commit a34becd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/production/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ let environment = [
395395
},
396396
{
397397
name: "CACHEOPS_REDIS",
398-
value: oldProdRedisURL
398+
value: redisCacheOpsConnectionUrl
399399
},
400400
{ // TODO: drop this
401401
name: "COLLECTFAST_CACHE_URL",

0 commit comments

Comments
 (0)