diff --git a/.github/workflows/cd-prod.yaml b/.github/workflows/cd-prod.yaml index f67488a1a..03c61f197 100644 --- a/.github/workflows/cd-prod.yaml +++ b/.github/workflows/cd-prod.yaml @@ -48,6 +48,7 @@ jobs: # Install the Helm release if it doesn't exist helm install bt-prod-app ./app --namespace=bt \ --set host=stanfurdtime.com + fi # Check container status kubectl rollout status --timeout=180s deployment bt-prod-app-backend diff --git a/.github/workflows/cd-stage.yaml b/.github/workflows/cd-stage.yaml index 93ad481b4..fc782067b 100644 --- a/.github/workflows/cd-stage.yaml +++ b/.github/workflows/cd-stage.yaml @@ -45,6 +45,7 @@ jobs: --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 + fi # Check container status kubectl rollout status --timeout=180s deployment bt-stage-app-backend