Erstelle drone. Yml
This commit is contained in:
parent
e839baa058
commit
d8cf60f916
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: npm
|
||||
commands:
|
||||
- composer install
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://git.chrosey.de
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files: package.zip
|
||||
note: CHANGELOG.md
|
||||
when:
|
||||
event: tag
|
||||
Loading…
x
Reference in New Issue
Block a user