From 961d11ef4c36837dc90e10a95f78ac5de8d5b90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Fri, 11 Nov 2022 14:08:33 +0100 Subject: [PATCH] Use downstream plugin to trigger website build We would like to update the bylaws on our website automatically. --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cf7e9b2 --- /dev/null +++ b/.drone.yml @@ -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