feat: drone #2

Merged
Kichiyaki merged 4 commits from feat/drone into master 2022-12-03 07:23:24 +00:00
1 changed files with 2 additions and 4 deletions
Showing only changes of commit 3645c0c327 - Show all commits

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
...