Skip to content

Commit

Permalink
Update k8s command (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
pycui authored Jul 29, 2023
1 parent f536dee commit d18867d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: |
echo "${{ secrets.KUBECONFIG }}" | base64 --decode > ./kubeconfig.yaml
export KUBECONFIG=./kubeconfig.yaml
kubectl rollout restart deployment deployment/realchar-dev-deployment
kubectl rollout restart deployment realchar-dev-deployment
2 changes: 1 addition & 1 deletion .github/workflows/react_build_push_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: |
echo "${{ secrets.KUBECONFIG }}" | base64 --decode > ./kubeconfig.yaml
export KUBECONFIG=./kubeconfig.yaml
kubectl rollout restart deployment deployment/react-dev-deployment
kubectl rollout restart deployment react-dev-deployment

0 comments on commit d18867d

Please sign in to comment.