From 6f917c8f8810302116dfcc455583d212de8e8013 Mon Sep 17 00:00:00 2001 From: 13332247026 <13332247026@qq.com> Date: Sun, 22 Mar 2026 17:18:02 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 44e17ed..1bd4481 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,8 @@ steps: settings: dockerfile: Dockerfile context: dir:///drone/src - destination: ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA:-build-${DRONE_BUILD_NUMBER}} + no_push: true + #destination: ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA:-build-${DRONE_BUILD_NUMBER}} verbosity: debug - name: dev-deploy