Set up main release

Signed-off-by: Etzelia <etzelia@hotmail.com>
pull/8/head
Etzelia 2020-09-07 22:53:28 -05:00
parent e688ba4733
commit a9bbc0bf92
No known key found for this signature in database
GPG Key ID: 708511AE7ABC5314
1 changed files with 5 additions and 11 deletions

View File

@ -22,7 +22,9 @@ kind: pipeline
name: release
trigger:
event:
- tag
- push
branch:
- master
steps:
- name: build
pull: always
@ -31,18 +33,10 @@ steps:
- make build-all
- name: gitea-release
pull: always
image: plugins/gitea-release:1
image: jolheiser/drone-gitea-main:latest
settings:
api_key:
from_secret: gitea_token
base_url: https://git.etztech.xyz
files:
- "sedbot"
- name: gitea-prune
pull: always
image: jolheiser/dgrp:latest
settings:
base: https://git.etztech.xyz
token:
from_secret: gitea_token
keep: 2
- "sedbot"