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
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
password: ${{ secrets.SSH_PASSWORD }}
|
||||
host: ${{ secrets.SSH_K3S_HOST }}
|
||||
username: ${{ secrets.SSH_K3S_HOST }}
|
||||
password: ${{ secrets.SSH_K3S_HOST }}
|
||||
script: |
|
||||
set -e
|
||||
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user