startpage/.drone.yml
Niklas beb34dabea
All checks were successful
continuous-integration/drone/push Build is passing
drone fixed indent
2020-04-22 16:58:58 +02:00

30 lines
412 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install
- 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:
branch:
- master