Skip to content

Commit

Permalink
fix mongo uri
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Sep 19, 2024
1 parent a9bdd6b commit f50ef53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
--set frontend.image.tag=${{ env.sha_short }} \
--set backend.image.tag=${{ env.sha_short }} \
--set host=${{ env.sha_short }}.stanfurdtime.com \
--set mongoUri=mongodb://bt-dev-mongo-svc.bt.svc.cluster.local:27017/bt \
--set mongoUri=mongodb://bt-dev-mongo-mongodb.bt.svc.cluster.local:27017/bt \
--set redisUri=redis://bt-dev-redis-master.bt.svc.cluster.local:6379 \
--set nodeEnv=development

0 comments on commit f50ef53

Please sign in to comment.