diff --git a/.drone.yml b/.drone.yml index c8c6bda..b459ceb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: commands: - npm install --legacy-peer-deps - npm run build:h5 - - ls -la dist/dev/h5/ + - ls -la dist/build/h5/ - name: deploy image: appleboy/drone-scp @@ -24,7 +24,7 @@ steps: username: root key: from_secret: ssh_key - source: dist/dev/h5/* + source: dist/build/h5/* target: /var/www/martial-admin-mini strip_components: 3 diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..9d2099b --- /dev/null +++ b/vue.config.js @@ -0,0 +1,5 @@ +module.exports = { + css: { + extract: true + } +}