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

This commit is contained in:
2026-03-22 17:13:03 +00:00
parent 06c58e3333
commit 089ff04ff6

View File

@@ -28,9 +28,11 @@ steps:
environment: environment:
DOCKER_CONFIG: DOCKER_CONFIG:
from_secret: docker_config from_secret: docker_config
settings: args:
dockerfile: Dockerfile - --dockerfile=Dockerfile
destination: ccr.ccs.tencentyun.com/violin/todo-backend:debug-test - --context=dir:///drone/src
- --destination=ccr.ccs.tencentyun.com/violin/todo-backend:test-${DRONE_BUILD_NUMBER}
- --verbosity=debug
- name: dev-deploy - name: dev-deploy
image: ccr.ccs.tencentyun.com/violin/kubectl:latest image: ccr.ccs.tencentyun.com/violin/kubectl:latest