go-api-example/.drone.yml
YuukanOO 8c37ad6c71
All checks were successful
continuous-integration/drone/push Build is passing
add drone file
2023-05-01 16:01:06 +02:00

12 lines
418 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 'curl -i -X POST -H "Content-Type:application/json" -H "Authorization:Bearer $SEELF_API_KEY" -d "{\"git\":{\"branch\":\"master\"}}" https://seelf.voixdunet.com/api/v1/apps/2P5woMQ7sPQQMktVRl08wfJL6b5/deployments'