update ci
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-07-26 14:31:01 +02:00
parent 293e4bf62b
commit 48737c5300
Signed by: deblan
GPG Key ID: 579388D585F70417
2 changed files with 14 additions and 8 deletions

View File

@ -5,9 +5,6 @@ pipeline:
- npm install
when:
branch: [master, develop, feature/*]
event:
- push
- pull_request
build:
image: deblan/devenv
@ -15,11 +12,8 @@ pipeline:
- make npm-build
when:
branch: [develop, feature/*]
event:
- push
- pull_request
release:
package:
image: deblan/devenv
volumes:
- /var/www/html/artifacts:/var/www/html/artifacts
@ -32,3 +26,15 @@ pipeline:
- make release
when:
branch: [master]
release:
image: plugins/gitea-release
volumes:
- /var/www/html/artifacts:/var/www/html/artifacts
settings:
api_key:
from_secret: gitnet_api_key
base_url: https://gitnet.fr
files: "/var/www/html/artifacts/deblan/side_menu/${CI_COMMIT_TAG}/*"
when:
event: [tag]

View File

@ -26,7 +26,7 @@ If you like this application and if you want to support the development:
* [Donate with liberapay](https://liberapay.com/deblan)
* [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments)
]]></description>
<version>2.4.1</version>
<version>2.4.2</version>
<licence>agpl</licence>
<author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
<namespace>SideMenu</namespace>