This commit is contained in:
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: ssh
|
||||||
|
name: Test
|
||||||
|
|
||||||
|
server:
|
||||||
|
host: 11.1.1.21
|
||||||
|
user: tox
|
||||||
|
ssh_key:
|
||||||
|
from_secret: rsa_key
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Show Environment
|
||||||
|
commands:
|
||||||
|
- whoami
|
||||||
|
- pwd
|
||||||
|
- hostname
|
||||||
Reference in New Issue
Block a user