Created testing file for drone

pull/1/head
s00ner 2022-01-29 15:25:58 -05:00
parent da4ca26217
commit 23210bf283
1 changed files with 18 additions and 0 deletions

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
---
kind: pipeline
type: ssh
name: default
server:
host:
from_secret: ssh_host
user:
from_secret: ssh_user
ssh_key:
from_secret: ssh_key
steps:
- name: build
commands:
- echo "Testing" > ~/test.txt