mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:41:37 +01:00
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:
commit
5ac40d24d6
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