create-artifact/.drone.yml
first_admin cba91f58c4
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-23 17:28:44 +00:00

18 lines
331 B
YAML

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