Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor committed Sep 11, 2018
1 parent 9d24e7c commit d9d8975
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cache:
paths:
- node_modules/

publish:
stage: deploy
only:
- tags
tags:
- pp-projects
script:
- npm install
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- npm publish
- rm .npmrc

0 comments on commit d9d8975

Please sign in to comment.