diff --git a/.drone.yml b/.drone.yml index d94f54c..c24c21d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,8 @@ pipeline: from_secret: ssh_password port: 22 # 可选,指定 SSH 端口,默认为 22 script: + - docker rm -f notify-service - docker pull registry.cn-shenzhen.aliyuncs.com/ax-stor/ax-bkb-seller:notify-service - - docker run -d registry.cn-shenzhen.aliyuncs.com/ax-stor/ax-bkb-seller:notify-service + - docker run -name notify-service -conf configs/config.yaml -d registry.cn-shenzhen.aliyuncs.com/ax-stor/ax-bkb-seller:notify-service when: branch: develop \ No newline at end of file