Update kubernetes-cd.yml

This commit is contained in:
Cadey Ratio 2019-09-07 12:04:02 -04:00 committed by GitHub
parent 4033a2b9d6
commit 7d40040bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ jobs:
with:
entrypoint: /usr/local/bin/kubectl
args: |
--kubeconfig=$HOME/.kubeconfig apply -f deploy.yml
- name: Verify
uses: docker://lachlanevenson/k8s-kubectl
with: