Use downstream plugin to trigger website build

We would like to update the bylaws on our website automatically.
This commit is contained in:
Reynir Björnsson 2022-11-11 14:08:33 +01:00
parent 10852c0031
commit 961d11ef4c
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
name: downstream
steps:
- name: trigger
image: plugins/downstream
settings:
server: https://drone.data.coop
token:
from_secret: DRONE_TOKEN
fork: true
repositories:
- data.coop/website