From 415b16fb174bd20a52061907b21a1bdf5811f7f5 Mon Sep 17 00:00:00 2001 From: 13332247026 <13332247026@qq.com> Date: Sun, 22 Mar 2026 16:34:43 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6436b31..382be06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,10 @@ steps: - name: dev-build-image image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest commands: - - sleep 3600 + - >- + --context . + --destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA} + --verbosity debug - name: dev-deploy image: ccr.ccs.tencentyun.com/violin/kubectl:latest