Skip to content

Commit

Permalink
fix cd-stage kubectl commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Oct 9, 2024
1 parent b7c10fe commit 88a4f45
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 @@ -39,5 +39,5 @@ jobs:
--set backend.image.tag=latest \
--set host=staging.stanfurdtime.com \
--set mongoUri=mongodb://bt-stage-mongo-mongodb.bt.svc.cluster.local:27017/bt \
--set redisUri=redis://bt-stage-redis-master.bt.svc.cluster.local:6379 \
--set redisUri=redis://bt-stage-redis-master.bt.svc.cluster.local:6379
fi

0 comments on commit 88a4f45

Please sign in to comment.