From 953a545ba60df8da30104a8e4b673a18ec1fbb00 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Fri, 22 Aug 2025 20:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/master.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index 9ca94237..fb8b52a3 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -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 \ No newline at end of file