add drone file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
YuukanOO 2023-05-01 15:54:33 +02:00
parent 2cc48ef224
commit ac76c0654d

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: seelf-deploy
image: curlimages/curl
environment:
SEELF_API_KEY:
from_secret: seelf_api_key
commands:
- /bin/sh -c 'echo $SEELF_API_KEY'