Skip to content

Commit

Permalink
CI: Switch to default kubectl gha
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Oct 22, 2024
1 parent ffc1215 commit a52bae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: tomasnorre/gha-kubectl@v1
- 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
- uses: tomasnorre/gha-kubectl@v1
- uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
Expand Down

0 comments on commit a52bae1

Please sign in to comment.