From 1d1574edcc1425fd06194e961db763930ab435ba Mon Sep 17 00:00:00 2001 From: mozzie Date: Thu, 23 Mar 2023 13:58:55 +0800 Subject: [PATCH] =?UTF-8?q?cd:=20=E4=BF=AE=E6=94=B9drone=20build=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 63bb2c2..939e0c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -64,7 +64,7 @@ steps: target: /www/wwwroot/nginx/html/backset.cn/ source: ./apps/admin/dist/* -when: +trigger: branch: - release/** @@ -82,6 +82,6 @@ steps: commands: - docker-compose up -d -when: +trigger: branch: - release/**