Skip to content

Commit

Permalink
Update to myrotvorets/kubectl-action@2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed May 12, 2021
1 parent 354c0b0 commit 11f981b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

- name: Deploy
uses: myrotvorets/kubectl-action@1.0.5
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
config: ${{ secrets.KUBE_CONFIG_DATA }}
version: 1.21
args: apply -k iac/

- name: Update deployment status (success)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:

- name: Deploy
uses: myrotvorets/kubectl-action@1.0.5
env:
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
with:
config: ${{ secrets.KUBE_CONFIG_DATA }}
version: 1.21
args: apply -k iac/

- name: Update deployment status (success)
Expand Down

0 comments on commit 11f981b

Please sign in to comment.