Update '.trustie-pipeline.yml'

jasder 1 month ago
parent 4653973379
commit 8eed830929

@ -1,9 +1,11 @@
kind: pipeline
type: docker
name: 开发流水线
name: 上线部署
platform:
os: linux
arch: amd64
steps:
volumes:
- name: cache
host:
@ -54,3 +56,8 @@ steps:
- docker build -t mo-test:1.0 .
- docker run -d -p 8080:8080 --name mo-test mo-test:1.0
- echo ====部署成功======
trigger:
branch:
- master
event:
- push

Loading…
Cancel
Save