Merge pull request '.drone.yml hinzugefügt' (#1) from rulrich-patch-1 into main

Reviewed-on: rulrich/pcs-website#1
This commit is contained in:
rulrich 2024-03-14 21:44:37 +01:00
commit 5ac40d24d6

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"