update pipeline-20220517-1.yml for Gitee Go updated_at:2022-05-17 04:32:49

This commit is contained in:
MAC 2022-05-17 04:32:49 +00:00 committed by Gitee
parent 7d22b97431
commit b6bbcdf6ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -40,12 +40,13 @@ stages:
hostGroupID: qiwen
deployArtifact:
- source: build
name: output
name: qiwen-file
target: ~/gitee_go/deploy
dependArtifact: BUILD_ARTIFACT
script: |-
# 请在此输入部署脚本如启动Java应用如下
# nohup java -jar test.jar > nohup.out &
tar -zxvf qiwen-file.tar.gz
echo 'Hello Gitee!'
permissions:
- role: admin