diff --git a/.drone.yml b/.drone.yml index 49650fc..eb6c21b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,15 @@ -kind: template +kind: pipeline type: docker name: metis -load: notify_template.yaml platform: os: linux arch: arm64 +template: + path: notify_template.yaml + vars: + NOTIFY_WX_URL: + from_secret: notify_wx_url steps: - name: build-jar image: 10.7.127.190:38080/maven:3.8.5-openjdk-17