create-artifact/.drone.yml
first_admin 5712388b7a
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-23 17:30:56 +00:00

18 lines
326 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:
- ls -l