add drone file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp Glaum 2023-07-13 15:10:33 +02:00
parent f0756777d8
commit e3b120464a
1 changed files with 18 additions and 0 deletions

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
---
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