Skip to content

Commit

Permalink
fix cd-prod kubectl commands
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Oct 9, 2024
1 parent 1927b4c commit 61bc94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
script: |
cd ./infra
if helm status bt-prod-app ; then
kubectl rollout restart bt-prod-app-backend
kubectl rollout restart bt-prod-app-frontend
kubectl rollout restart deployment bt-prod-app-backend
kubectl rollout restart deployment bt-prod-app-frontend
else
helm install bt-prod-app ./app --namespace=bt \
--set host=stanfurdtime.com
Expand Down

0 comments on commit 61bc94b

Please sign in to comment.