chore: more stable .drone.yml
continuous-integration/drone/push Build is passing Details

main
parent 0c6218f27f
commit b6ad4ebf4d

@ -13,10 +13,11 @@ steps:
image: node:latest image: node:latest
volumes: volumes:
- name: host-website-dist - name: host-website-dist
path: /drone/src/dist path: /mnt/website
commands: commands:
- npm install - npm install
- npm run build - npm run build
- cp -rT ./dist /mnt/website
volumes: volumes:
- name: host-website-dist - name: host-website-dist

Loading…
Cancel
Save