stages:
  - deploy

deploy:
  stage: deploy
  script: 
    - npm publish --access public
  only:
    - master
  tags:
    - xstorage
