Skip to content

Commit

Permalink
Auto delete pods in Cluster, to redeploy new images
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 19, 2023
1 parent 67817ae commit bb85041
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@ jobs:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: apply -f deploy/ingress.yml -f deploy/service.yml -f deploy/deployment.yml -f deploy/certificate.yml

- uses: tomasnorre/gha-kubectl@v1
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: get pods --no-headers -o custom-columns=":metadata.name"

0 comments on commit bb85041

Please sign in to comment.