From d9b5cc7de33b564ed0c527910d6b042b6699fb21 Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Tue, 3 Jan 2023 14:40:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4ci=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 779090f..abfd3a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,7 +48,10 @@ steps: path: /dist commands: - echo 'node package start' - # 打包 + - ls -alh + - echo $PROD_API_URL + - sed -i "s#PROD_API_URL#$PROD_API_URL#g" .env.production + - cat .env.production - npm config set registry https://registry.npm.taobao.org - npm config set cache /node_cache --global - npm run pre