Compare commits
1 commit
main
...
drone-down
Author | SHA1 | Date | |
---|---|---|---|
Reynir Björnsson | 961d11ef4c |
14
.drone.yml
Normal file
14
.drone.yml
Normal 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
|
Loading…
Reference in a new issue