diff --git a/.workflow/pipeline-deploy.yml b/.workflow/pipeline-deploy.yml index ead3b37e..b9b8aef8 100644 --- a/.workflow/pipeline-deploy.yml +++ b/.workflow/pipeline-deploy.yml @@ -32,20 +32,6 @@ stages: settings: [] strategy: retry: '0' - - name: stage-129078f0 - displayName: 发布-可无 - strategy: naturally - trigger: auto - executor: - - kerwincui - steps: - - step: publish@general_artifacts - name: publish_general_artifacts - displayName: 上传制品 - dependArtifact: BUILD_JAVA - artifactName: output - strategy: - retry: '0' - name: stage-b6625c4a displayName: 部署 strategy: naturally @@ -57,12 +43,10 @@ stages: displayName: 主机部署 hostGroupID: alicloud deployArtifact: - - source: artifact + - source: build name: output target: ~/gitee_go/deploy - artifactRepository: release - artifactName: output - artifactVersion: latest + dependArtifact: BUILD_JAVA script: |- # 请在此输入部署脚本,如启动Java应用如下 # nohup java -jar test.jar > nohup.out &