Browse Source

ci: 🎡 更改配置

pull/3/head
姜鑫 2 years ago
parent
commit
6c109ed829
  1. 3
      .drone.yml

3
.drone.yml

@ -94,6 +94,7 @@ steps:
mirror: https://docker.mirrors.ustc.edu.cn
commands:
# npm打包
- npm config set registry https://registry.npmmirror.com/
- npm install
- npm run build
- chown -R 1000:1000 ./
@ -174,7 +175,7 @@ steps:
image: lddsb/drone-dingtalk-message
failure: ignore
settings:
token: dingTalk token #具体项目钉钉群机器人token
token: 55049b40bd6eb17aea64e113af2d55d581159292eb85a071afa76c7e0562020d #具体项目钉钉群机器人token
type: markdown
message_color: true
message_pic: true

Loading…
Cancel
Save