Deploy Vue.js app to GitHub Pages using drone in five minutes.
See the demo site.
yarn install
yarn serve
yarn build
yarn lint
---
kind: pipeline
name: testing
platform:
os: linux
arch: amd64
steps:
- name: release
image: node:13
commands:
- yarn install
- yarn build
- name: publish
image: plugins/gh-pages
settings:
username:
from_secret: username
password:
from_secret: password
pages_directory: dist