kind: pipeline type: docker name: production when: event: [ push ] branch: [ master ] trigger: branch: - master steps: - name: publish image: plugins/npm settings: username: vilor password: from_secret: npm_password email: from_secret: npm_email token: from_secret: npm_token