2
0

drone pipeline
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2023-11-20 14:00:59 +01:00
parent 4b310d3144
commit 840db7aabf
2 changed files with 17 additions and 0 deletions

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
kind: pipeline
name: deploy-homer
steps:
- name: deploy
image: appleboy/drone-ssh
settings:
host:
- ebin02.wks
username: admini
key:
from_secret: ssh
port: 22
command_timeout: 2m
script:
- echo "Hello World"

1
_drone.yml Symbolic link
View File

@@ -0,0 +1 @@
.drone.yml