Testing/.drone.yml
Georg c5de93751f
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Changing pipeline
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-07 03:14:44 +02:00

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