Skip to content

Commit

Permalink
fix mongoUri (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Jan 7, 2025
1 parent 0c768da commit 4f43cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
image:
tag: latest
host: staging.stanfurdtime.com
mongoUri: mongodb://bt-stage-mongo-mongodb-0.bt-stage-mongo-mongodb-headless.bt.svc.cluster.local:27017
mongoUri: mongodb://bt-stage-mongo-mongodb-0.bt-stage-mongo-mongodb-headless.bt.svc.cluster.local:27017/bt
redisUri: redis://bt-stage-redis-master.bt.svc.cluster.local:6379
host: staging.stanfurdtime.com
secrets: inherit

0 comments on commit 4f43cff

Please sign in to comment.