Browse Source

test

develop
文武 6 months ago
parent
commit
ae3c105b43
  1. 3
      .drone.yml

3
.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
Loading…
Cancel
Save