From bb3ec6fe0897b0e33cd56774fbdd8df3713d938a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 5 Feb 2019 09:39:43 +0100 Subject: [PATCH] add airsonic as downstream repository --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1de9898..16bd3bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,9 @@ pipeline: - docker/yacy - docker/sound-cards - docker/caddy + - docker/airsonic secrets: [ downstream_token ] notify: image: plugins/matrix - secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ] + secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ]