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

This commit is contained in:
2026-03-22 16:34:43 +00:00
parent f2b65cc219
commit 415b16fb17

View File

@@ -26,7 +26,10 @@ steps:
- name: dev-build-image - name: dev-build-image
image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest image: ccr.ccs.tencentyun.com/violin/kaniko-project-executor:latest
commands: commands:
- sleep 3600 - >-
--context .
--destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA}
--verbosity debug
- name: dev-deploy - name: dev-deploy
image: ccr.ccs.tencentyun.com/violin/kubectl:latest image: ccr.ccs.tencentyun.com/violin/kubectl:latest