Update master.yml
This commit is contained in:
parent
7bc15e7e9d
commit
f7d6ce64ec
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
|||||||
- name: Kaniko build + deploy
|
- name: Kaniko build + deploy
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SSH_HOST }}
|
host: ${{ secrets.SSH_K3S_HOST }}
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
username: ${{ secrets.SSH_K3S_HOST }}
|
||||||
password: ${{ secrets.SSH_PASSWORD }}
|
password: ${{ secrets.SSH_K3S_HOST }}
|
||||||
script: |
|
script: |
|
||||||
set -e
|
set -e
|
||||||
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user