Add release logic to CI [ci skip]

This commit is contained in:
decentral1se 2021-06-03 23:00:33 +02:00
parent a2c8ad5bff
commit c12e641d4e
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 13 additions and 0 deletions

View File

@ -21,3 +21,16 @@ steps:
trigger:
branch:
- master
---
kind: pipeline
name: recipe release
steps:
- name: release a new version
image: decentral1se/drone-abra:latest
settings:
command: recipe matrix-synapse release
deploy_key:
from_secret: abra_bot_deploy_key
trigger:
event:
- tag