Skip to content

Commit

Permalink
Update deploy-matching-redis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guowei42 authored Nov 6, 2024
1 parent 0504207 commit d36d332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-matching-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

env:
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
Expand Down Expand Up @@ -51,4 +52,4 @@ jobs:
run: |-
kubectl apply -f kubernetes/redis
kubectl rollout status deployment/$DEPLOYMENT_NAME
kubectl get services -o wide
kubectl get services -o wide

0 comments on commit d36d332

Please sign in to comment.