.drone.yml hinzugefügt

This commit is contained in:
rulrich 2024-03-14 21:43:51 +01:00
parent 24486ff042
commit d269eb5f67

16
.drone.yml Normal file
View file

@ -0,0 +1,16 @@
kind: pipeline
name: default
steps:
- name: ssh
image: appleboy/drone-ssh
settings:
host:
- debian01.skunklab.ch
username: rulrich
password:
from_secret: drone_ssh_password
port: 22
command_timeout: 2m
script:
- echo "Hello World"