Georg
b671cfe6c7
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Georg <georg@lysergic.dev>
26 lines
301 B
YAML
26 lines
301 B
YAML
kind: pipeline
|
|
type: ssh
|
|
name: default
|
|
|
|
server:
|
|
host:
|
|
from_secret: host110
|
|
user:
|
|
from_secret: user
|
|
ssh_key:
|
|
from_secret: ssh_key
|
|
port: 28
|
|
|
|
clone:
|
|
disable: true
|
|
|
|
steps:
|
|
- name: deploy
|
|
commands:
|
|
- echo hello
|
|
- bash /opt/scripts/confirm-test.sh
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|