image: node:latest stages: - deploy deploy: stage: deploy only: - master script: - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc - npm publish