lgtm-stack/.drone.yml

19 lines
303 B
YAML
Raw Permalink Normal View History

2023-07-13 15:10:33 +02:00
---
kind: pipeline
type: docker
name: portainer redeploy
trigger:
event:
- push
steps:
- name: send redeploy
image: alpine
commands:
- apk update && apk add curl
- curl -X POST "$PORTAINER_WEBHOOK"
environment:
PORTAINER_WEBHOOK:
from_secret: PORTAINER_WEBHOOK