You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
256 B
YAML
23 lines
256 B
YAML
6 years ago
|
language: node_js
|
||
|
node_js:
|
||
|
- "8"
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
before_script:
|
||
|
- npm install
|
||
|
|
||
|
script:
|
||
|
- npm run build
|
||
|
|
||
|
deploy:
|
||
|
provider: pages
|
||
|
skip-cleanup: true
|
||
|
github-token: $GITHUB_TOKEN
|
||
|
keep-history: true
|
||
|
on:
|
||
|
tags: true
|
||
|
local_dir: www
|