更新 '.drone.yml'

This commit is contained in:
VaalaCat 2023-05-08 15:53:33 +08:00
parent 7b3fc86ecd
commit 7960c55e8e

View File

@ -7,10 +7,9 @@ steps:
commands: commands:
- | - |
npm config set registry https://registry.npmmirror.com npm config set registry https://registry.npmmirror.com
npm i -g pnpm npm install
pnpm install npm build
pnpm build npm next export
pnpm next export
- name: deploy - name: deploy
image: git.vaala.cloud/vaalacat/python:3.6 image: git.vaala.cloud/vaalacat/python:3.6