|
|
@ -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 |