Georg
c5de93751f
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Georg <georg@lysergic.dev>
30 lines
352 B
YAML
30 lines
352 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
|
|
when:
|
|
branch:
|
|
- master
|
|
failure: ignore
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|