mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Try to use my github action
This commit is contained in:
@@ -27,12 +27,11 @@ jobs:
|
||||
run: echo Hello, world!
|
||||
|
||||
- name: deploy to cluster
|
||||
uses: steebchen/kubectl@master
|
||||
uses: wahyd4/kubectl-helm-action@master
|
||||
env:
|
||||
KUBE_CONFIG_DATA: ${{ secrets.KUBE_CONFIG_DATA }}
|
||||
KUBECTL_VERSION: "1.15"
|
||||
with:
|
||||
args: apply -f media.yaml -n media
|
||||
args: kubectl apply -f media.yaml -n media
|
||||
|
||||
- name: verify deployment
|
||||
uses: steebchen/kubectl@master
|
||||
|
||||
Reference in New Issue
Block a user