refactor: .devops/gitlink正式环境.yml

This commit is contained in:
yystopf 2023-04-17 10:08:13 +08:00 committed by jianmu
parent 0828f86077
commit be7299a09d
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ global:
trigger: trigger:
webhook: gitlink@1.0.0 webhook: gitlink@1.0.0
event: event:
- ref: push - ref: pr
ruleset: ruleset:
- param-ref: branch - param-ref: target_branch
operator: EQ operator: EQ
value: '"master"' value: '"master"'
ruleset-operator: AND ruleset-operator: AND
@ -42,7 +42,7 @@ workflow:
remote_port: '"22"' remote_port: '"22"'
remote_user: '"root"' remote_user: '"root"'
remote_file: '"/root/gitea"' remote_file: '"/root/gitea"'
local_file: golang_build_18_0.products_dir local_file: golang_build_node_0.bin_dir
gateway_host: '"123.59.135.93"' gateway_host: '"123.59.135.93"'
gateway_port: '"51123"' gateway_port: '"51123"'
gateway_user: '"pdl"' gateway_user: '"pdl"'