Update master.yml

This commit is contained in:
xiaoliutral 2026-09-02 17:53:33 +08:00 committed by GitHub
parent 7bc15e7e9d
commit f7d6ce64ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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