mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
update pipeline-deploy.yml for Gitee Go updated_at:2022-05-29 13:01:53
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user