Yacd-meta/.drone.yml
liyp 5d67349046
All checks were successful
continuous-integration/drone/push Build is passing
add drone
2023-03-06 09:22:01 +08:00

31 lines
542 B
YAML

kind: pipeline
type: docker
name: compile project
steps:
- name: npm
image: plugins/npm
settings:
username:
from_secret: NPM_USERNAME
password:
from_secret: NPM_PASSWORD
email:
from_secret: NPM_EMAIL
commands:
- npm i -g pnpm
- pnpm i
- pnpm build
- tar czf yacd.tar.gz ./public
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.liyp.cc
files: yacd.tar.gz
when:
event: tag
tag: v*