diff --git a/.drone.yml b/.drone.yml index 635162d..1c4d37f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,11 +18,3 @@ steps: when: target: [ "test","pre" ] - - name: prod-deploy - image: alpine:3.10 - when: - condition: ${DRONE_DEPLOY_ENABLED} - target: [ "test","pre" ] - environment: - ENVIRONMENT: "hi" -