go-api-example/.drone.yml
YuukanOO ac76c0654d
All checks were successful
continuous-integration/drone/push Build is passing
add drone file
2023-05-01 15:54:33 +02:00

12 lines
227 B
YAML

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'