Compare commits

...

3 Commits
v0.98 ... v0.9

Author SHA1 Message Date
bamanker
2444817f63 远程k3s可以连接,测试apply指令-修改参数格式
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m2s
2025-12-25 15:08:03 +08:00
bamanker
6e0fe5d06b 远程k3s可以连接,测试apply指令-修改deploy文件路径1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 24s
2025-12-25 15:03:25 +08:00
bamanker
38e753b473 远程k3s可以连接,测试apply指令-修改deploy文件路径
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m18s
2025-12-25 14:41:21 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -76,10 +76,10 @@ jobs:
- name: k8s Check and Apply New Deployment - name: k8s Check and Apply New Deployment
uses: http://139.9.216.111:3000/bamanker/steevchen-kubectl@master uses: http://139.9.216.111:3000/bamanker/steevchen-kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with: with:
config: ${{ secrets.KUBE_CONFIG }} args: apply -f deployment.yml
command: ls
# command: apply -f http://${{ secrets.DEVOPS_GITEA_TOKEN }}@139.9.216.111:3000/bamanker/myk3sTest/src/branch/master/.deploy/deployment.yml
# - name: k8s Update Deployment # - name: k8s Update Deployment
# uses: http://139.9.216.111:3000/bamanker/kubectl@master # uses: http://139.9.216.111:3000/bamanker/kubectl@master
# env: # env: