Skip to content

Commit

Permalink
CI: Remove debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 22, 2024
1 parent 9b9fdb1 commit 2d06bee
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,9 @@ jobs:
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: cluster-info dump
args: apply -f deploy/ingress.yml -f deploy/service.yml -f deploy/deployment.yml -f deploy/certificate.yml
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: apply -f deploy/ingress.yml -f deploy/service.yml -f deploy/deployment.yml -f deploy/certificate.yml --validate=false
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: delete pods -l app=site-dk-tomasnorre-blog -n default --validate=false
args: delete pods -l app=site-dk-tomasnorre-blog -n default

0 comments on commit 2d06bee

Please sign in to comment.