更新 '.drone.yml'

This commit is contained in:
loser 2023-02-03 15:38:28 +08:00
parent 5b2fdcb833
commit c01f849a84

View File

@ -20,7 +20,7 @@ steps:
- ls -alt
- npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像
- npm install
- npm run build
- vite build --mode production
when:
event: push
- name: deploy-project