2022-08-15 19:49:29 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
steps:
|
2022-08-15 20:01:51 +00:00
|
|
|
- name: test
|
2022-08-15 19:49:29 +00:00
|
|
|
image: golang
|
|
|
|
commands:
|
2022-08-15 20:01:51 +00:00
|
|
|
- go build
|
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: ssh
|
|
|
|
name: deploy
|
|
|
|
settings:
|
|
|
|
id_rsa:
|
|
|
|
from_secret: ssh_private
|
|
|
|
steps:
|
|
|
|
- name: deploy
|
|
|
|
commands:
|
|
|
|
- /opt/arns/deploy_push_file_service.sh
|