更新 .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-03-22 16:59:58 +00:00
parent 678135dc80
commit 30a9ad15c7

View File

@@ -28,19 +28,9 @@ steps:
environment: environment:
DOCKER_CONFIG: DOCKER_CONFIG:
from_secret: docker_config from_secret: docker_config
commands: settings:
- >- dockerfile: Dockerfile
--context . destination: ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA}
--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
- name: dev-deploy - name: dev-deploy
image: ccr.ccs.tencentyun.com/violin/kubectl:latest image: ccr.ccs.tencentyun.com/violin/kubectl:latest