Georg
b28f78389c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Georg <georg@lysergic.dev>
22 lines
252 B
YAML
22 lines
252 B
YAML
---
|
|
kind: pipeline
|
|
type: ssh
|
|
name: lcwww
|
|
|
|
server:
|
|
host:
|
|
from_secret: host110
|
|
user:
|
|
from_secret: user
|
|
ssh_key:
|
|
from_secret: ssh_key
|
|
port: 28
|
|
|
|
clone:
|
|
disable: true
|
|
|
|
steps:
|
|
- name: deploy
|
|
commands:
|
|
- /opt/scripts/confirm-test.sh
|