Add .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
first_admin 2024-08-23 17:25:11 +00:00
commit 8c6062079c

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
kind: pipeline
type: docker
name: default
steps:
- name: connect_to_server
image: appleboy/drone-ssh
settings:
host:
from_secret: SSH_HOST
username:
from_secret: SSH_USER
key:
from_secret: SSH_KEY
port: 10161
command_timeout: 2m
script:
- echo "ls -l"