This commit is contained in:
15
.drone.yml
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/
|
||||
|
||||
Reference in New Issue
Block a user