Browse Source

drone

master
zhipeng.hu 1 year ago
parent
commit
b8f9b7fe74
  1. 8
      .drone.yml

8
.drone.yml

@ -18,11 +18,3 @@ steps:
when: when:
target: [ "test","pre" ] target: [ "test","pre" ]
- name: prod-deploy
image: alpine:3.10
when:
condition: ${DRONE_DEPLOY_ENABLED}
target: [ "test","pre" ]
environment:
ENVIRONMENT: "hi"
Loading…
Cancel
Save