Files
admin-ui/.gitea/workflows/deploy.yaml
张斌 01ae26e869
Some checks failed
自动部署 / 部署应用 (push) Failing after 1s
cicd
2026-06-02 22:39:26 +08:00

13 lines
317 B
YAML

name: 自动部署
on:
push:
branches: [ master ]
jobs:
部署应用:
runs-on: ubuntu-latest
steps:
- name: k8s部署
run: |
export KUBECONFIG=/data/config
/data/kubectl apply -f k8s/
/data/kubectl rollout restart deployment admin-ui -n kubernetes-dashboard