From 7960c55e8efc3fc2ef54c8740fac4f8715c17fbd Mon Sep 17 00:00:00 2001 From: VaalaCat Date: Mon, 8 May 2023 15:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d2f12a7..6d27854 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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