更新 '.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:
- |
npm config set registry https://registry.npmmirror.com
npm i -g pnpm
pnpm install
pnpm build
pnpm next export
npm install
npm build
npm next export
- name: deploy
image: git.vaala.cloud/vaalacat/python:3.6