Fix deploy in drone config
This commit is contained in:
parent
909aef8880
commit
b3f52555b4
1 changed files with 3 additions and 3 deletions
|
|
@ -67,13 +67,13 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: GITEA_TOKEN
|
from_secret: GITEA_TOKEN
|
||||||
base_url: https://gitea.kube-it.de
|
base_url: https://git.solarautonomie.de
|
||||||
title: VERSION
|
title: VERSION
|
||||||
note: CHANGELOG.md
|
note: CHANGELOG.md
|
||||||
files:
|
files:
|
||||||
- /drone/src/target/s0-meter_*
|
- /drone/src/target/s0-meter_*
|
||||||
- /drone/src/bundle/*
|
- /drone/src/bundle/*
|
||||||
draft: true
|
prerelease: true # You can change this in Gitea afterwards
|
||||||
prerelease: true
|
draft: true # You can change this in Gitea afterwards
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue