Drone CI test
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Mark Nellemann 2022-12-25 17:47:41 +01:00
parent e67ab2ec7f
commit 8f0d8397f7
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
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