forked from Gitlink/gitlink_help_center
refactor: .devops/发布更新.yml
This commit is contained in:
parent
cc893c3ad0
commit
ff0d71a238
|
@ -21,6 +21,8 @@ workflow:
|
|||
name: docker镜像构建
|
||||
task: docker_image_build@1.6.0
|
||||
input:
|
||||
docker_username: ((ssh_key.ssh_private_key))
|
||||
docker_password: ((ssh_key.ssh_private_key))
|
||||
image_name: '""'
|
||||
image_tag: '"latest"'
|
||||
registry_address: '""'
|
||||
|
@ -35,6 +37,7 @@ workflow:
|
|||
name: ssh执行命令
|
||||
task: ssh_cmd@1.1.1
|
||||
input:
|
||||
ssh_pass: ((ssh_key.ssh_private_key))
|
||||
ssh_ip: '""'
|
||||
ssh_port: '"22"'
|
||||
ssh_user: '"root"'
|
||||
|
|
Loading…
Reference in New Issue