Add downstream build trigger
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-04-25 20:44:51 +02:00
parent 8c0ce49a9b
commit b931854586
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 23 additions and 0 deletions

View File

@ -35,3 +35,26 @@ steps:
when:
event: [ push ]
branch: [ main ]
---
kind: pipeline
name: trigger-website-update
trigger:
branch:
- main
event:
- push
depends_on:
- build
steps:
- name: trigger
image: plugins/downstream
settings:
server: https://drone.kolaente.de
token:
from_secret: drone_token
repositories:
- vikunja/website@main
- vikunja/blog@main