Compare commits

...

1 commit

Author SHA1 Message Date
Reynir Björnsson 961d11ef4c Use downstream plugin to trigger website build
We would like to update the bylaws on our website automatically.
2022-11-11 14:08:33 +01:00

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