From 1b5204e6ed6ff62436b6f129818269374868aea0 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Fri, 22 Aug 2025 20:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/dev.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 9a657a4b..b9089dbc 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -202,4 +202,8 @@ jobs: push: true cache-from: type=gha cache-to: type=gha,mode=max + -name: 重启服务 + run: | + kubectl rollout restart deployment sis -n smartparks + kubectl rollout restart deployment property -n smartparks