From b640c8460e0ed29ce88edc28365495f53665dfdf Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 08:28:51 +0000 Subject: [PATCH 1/5] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 44d6351..b66f66f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - npm -v - yarn --version - yarn config set registry https://registry.npm.taobao.org - - yarn install vite + - yarn install - vite build - name: publish image: plugins/docker:19.03.8 From 09941effa588e03738fd7b92429140ea992a7d17 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 08:31:23 +0000 Subject: [PATCH 2/5] =?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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b66f66f..019b221 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,8 @@ steps: - npm -v - yarn --version - yarn config set registry https://registry.npm.taobao.org - - yarn install - - vite build + #- yarn install + - yarn vite build - name: publish image: plugins/docker:19.03.8 environment: From 624a627dfaac93d18c029f4e614d592270bbcc40 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 08:31:39 +0000 Subject: [PATCH 3/5] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 019b221..027d773 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - npm -v - yarn --version - yarn config set registry https://registry.npm.taobao.org - #- yarn install + - yarn install - yarn vite build - name: publish image: plugins/docker:19.03.8 From 5816937a09fc1162941ce0c83c032d372e9bb92f Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 08:33:09 +0000 Subject: [PATCH 4/5] =?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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 027d773..fca5409 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,9 @@ steps: - yarn --version - yarn config set registry https://registry.npm.taobao.org - yarn install + - ls - yarn vite build + - ls - name: publish image: plugins/docker:19.03.8 environment: From 54ec7ad165fda78aac1eca519832d6027de79f75 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Jun 2021 08:34:29 +0000 Subject: [PATCH 5/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d91e269..10262bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM 1.21.0-alpine +FROM nginx:1.21.0-alpine WORKDIR /usr/share/nginx/html COPY dist . \ No newline at end of file