mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:51:36 +01:00
.drone.yml hinzugefügt
This commit is contained in:
parent
24486ff042
commit
d269eb5f67
1 changed files with 16 additions and 0 deletions
16
.drone.yml
Normal file
16
.drone.yml
Normal 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"
|
||||
Loading…
Add table
Reference in a new issue