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