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 2 deletions
Showing only changes of commit 349d7dd6a5 - Show all commits

View File

@ -16,7 +16,7 @@ steps:
GITEA_PASSWORD:
from_secret: gitea_password
commands:
- apt install -y zip curl
- 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}" \
@ -28,6 +28,6 @@ trigger:
- tag
---
kind: signature
hmac: 0bca61cd1b9a7c96b504e849dae0318570020d7bec6c53cad053d70075bc386c
hmac: cf7a4e1aecaedbfc60425b11bf42613dfd2bde9914b4b8c9c36a7f3f0febea41
...