feat: drone
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dawid Wysokiński 2022-12-03 08:20:43 +01:00
parent 349d7dd6a5
commit 3645c0c327
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 4 deletions

View File

@ -19,15 +19,13 @@ steps:
- apt update && apt install -y zip curl
- yarn && yarn build
- cd dist && zip -r extension.zip * && mv extension.zip ../ && cd ..
- curl --user "${GITEA_USERNAME}:${GITEA_PASSWORD}" \
--upload-file extension.zip \
"https://gitea.dwysokinski.me/api/packages/twhelp/generic/sessions-ext/${DRONE_TAG##v}/extension.zip"
- "curl --user $GITEA_USERNAME:$GITEA_PASSWORD --upload-file extension.zip https://gitea.dwysokinski.me/api/packages/twhelp/generic/sessions-ext/${DRONE_TAG##v}/extension.zip"
trigger:
event:
- tag
---
kind: signature
hmac: cf7a4e1aecaedbfc60425b11bf42613dfd2bde9914b4b8c9c36a7f3f0febea41
hmac: 798279fd9edd0517b4f1554526b1a17019e23bc639382230d6afdb449495db03
...