test ci 5

master
santic-zombie 1 year ago
parent 3cb4c5939b
commit d688f02c0b
  1. 15
      .drone.yml

@ -18,6 +18,21 @@ steps:
- ls
- ls -lta ~/
- name: ssh
image: appleboy/drone-ssh
settings:
host:
- 11.1.1.2
- example2.com
username: tox
key:
from_secret: rsa_key
port: 22
command_timeout: 2m
script:
- echo "Hello World"
- mkdir ~/test
- name: build
commands:
- cd src/

Loading…
Cancel
Save