From 30a9ad15c7e484ea1e5226d5ce7022475aa144c9 Mon Sep 17 00:00:00 2001 From: 13332247026 <13332247026@qq.com> Date: Sun, 22 Mar 2026 16:59:58 +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 | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0117fea..cc2fee9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,19 +28,9 @@ steps: environment: DOCKER_CONFIG: from_secret: docker_config - commands: - - >- - --context . - --dockerfile Dockerfile - --destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA} - --verbosity debug - resources: - requests: - memory: 1Gi - cpu: 0.5 - limits: - memory: 4Gi - cpu: 2 + settings: + dockerfile: Dockerfile + destination: ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA} - name: dev-deploy image: ccr.ccs.tencentyun.com/violin/kubectl:latest