diff --git a/.drone.yml b/.drone.yml index 44e17ed..1bd4481 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,8 @@ steps: settings: dockerfile: Dockerfile context: dir:///drone/src - destination: ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA:-build-${DRONE_BUILD_NUMBER}} + no_push: true + #destination: ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA:-build-${DRONE_BUILD_NUMBER}} verbosity: debug - name: dev-deploy