diff --git a/README.md b/README.md index 93ed5a9..1f71ca9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -# fluffybuild -[![Build Status](https://drone.entr0py.de/api/badges/garionion/fluffybuild/status.svg)](https://drone.entr0py.de/garionion/fluffybuild) +# drone configs -Repo to contain the drone.yml for https://git.entr0py.de/garionion/fluffychat \ No newline at end of file +Repo to containing external drone yml files \ No newline at end of file diff --git a/archlinux-flutter-dockerimage-trigger.yml b/archlinux-flutter-dockerimage-trigger.yml new file mode 100644 index 0000000..8472642 --- /dev/null +++ b/archlinux-flutter-dockerimage-trigger.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: default + +steps: +- name: trigger + image: plugins/downstream + settings: + server: https://drone.entr0py.de + token: + from_secret: drone_trigger_token + repositories: + - garionion/archlinux-flutter-dockerimage@main \ No newline at end of file diff --git a/drone-config-map.json b/drone-config-map.json index 388cb06..1c52d2d 100644 --- a/drone-config-map.json +++ b/drone-config-map.json @@ -1,3 +1,4 @@ { - "https://git.entr0py.de/garionion/fluffychat.git": "fluffychat.yml" + "https://git.entr0py.de/garionion/fluffychat.git": "fluffychat.yml", + "https://git.entr0py.de/garionion/flutter-aur.git": "archlinux-flutter-dockerimage-trigger.yml" } \ No newline at end of file