Merge branch 'master' of http://10.10.14.176:3000/examples/fe
continuous-integration/drone/push Build is passing Details

master
wanggang 4 years ago
commit cd72934137

@ -12,8 +12,10 @@ steps:
- npm -v - npm -v
- yarn --version - yarn --version
- yarn config set registry https://registry.npm.taobao.org - yarn config set registry https://registry.npm.taobao.org
- yarn install vite - yarn install
- vite build - ls
- yarn vite build
- ls
- name: publish - name: publish
image: plugins/docker:19.03.8 image: plugins/docker:19.03.8
environment: environment:

@ -1,3 +1,3 @@
FROM 1.21.0-alpine FROM nginx:1.21.0-alpine
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html
COPY dist . COPY dist .
Loading…
Cancel
Save