diff --git a/.drone.yml b/.drone.yml index 4ce22bb..6e652e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,14 +29,7 @@ steps: DOCKER_CONFIG: from_secret: docker_config commands: - - ls -la - - cat Dockerfile - - >- - /kaniko/executor - --context . - --destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA} - --destination ccr.ccs.tencentyun.com/violin/todo-backend:latest - --verbosity debug + - sleep 3600 - name: dev-deploy image: ccr.ccs.tencentyun.com/violin/kubectl:latest