更新 .gitea/workflows/master.yml

This commit is contained in:
bichangxiong 2025-08-22 20:26:28 +08:00
parent a8dc8d99df
commit 953a545ba6

View File

@ -87,3 +87,8 @@ jobs:
echo "===== 清理操作 ====="
docker system prune -f
echo "===== 所有操作完成 ===="
- name: 重启服务
run: |
kubectl rollout restart deployment sis -n smartparks
kubectl rollout restart deployment property -n smartparks