Authored by 陈峰
Builds for 1 pipeline failed

Add new file

language : node_js
node_js:
- "10"
branches:
only:
- master
install:
- npm install
os:
- linux
stages:
- name: deploy
jobs:
include:
- stage: deploy
script:
- echo "NPM Deploying Started ..."
- npm version
- npm run build
- echo "NPM Building Finished."
deploy:
provider: npm
email: chenfengjw@hotmail.com
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
all_branches: true
\ No newline at end of file
... ...