v0.1 #1

Merged
niklas merged 17 commits from develop into master 2020-04-22 14:53:02 +00:00
Showing only changes of commit 2ab4bec002 - Show all commits

View File

@ -7,6 +7,23 @@ steps:
commands: commands:
- npm install - npm install
- npm run buildProd - npm run buildProd
- name: gitea_release
image: plugins/gitea-release
settings:
api_key: GITEA_API_KEY
base_url: https://git.kapelle.org
files:
- dist/*
checksum:
- md5
- sha1
- sha256
- sha512
- adler32
- crc32
when:
event: tag
trigger: trigger:
branch: branch:
- master - master