Delete '.drone.yml'
This commit is contained in:
parent
8f0d8397f7
commit
768c18775e
16
.drone.yml
16
.drone.yml
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: default
|
||||
|
||||
server:
|
||||
host: 149.81.133.35
|
||||
user: drone
|
||||
password:
|
||||
from_secret: AIX_USER_PASSWORD
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo hello world
|
||||
- ls -l
|
Loading…
Reference in a new issue