2021-08-06 23:10:22 +02:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: ssh
|
2021-08-07 00:04:00 +02:00
|
|
|
name: default
|
2021-08-06 23:10:22 +02:00
|
|
|
|
|
|
|
server:
|
|
|
|
host:
|
|
|
|
from_secret: host110
|
|
|
|
user:
|
|
|
|
from_secret: user
|
|
|
|
ssh_key:
|
|
|
|
from_secret: ssh_key
|
2021-08-06 23:30:53 +02:00
|
|
|
port: 28
|
2021-08-06 23:10:22 +02:00
|
|
|
|
2021-08-06 23:54:45 +02:00
|
|
|
clone:
|
|
|
|
disable: true
|
|
|
|
|
2021-08-06 23:10:22 +02:00
|
|
|
steps:
|
|
|
|
- name: deploy
|
|
|
|
commands:
|
|
|
|
- /opt/scripts/confirm-test.sh
|