diff --git a/.drone.yml b/.drone.yml index ae4ccc0..df828d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -84,41 +84,41 @@ workspace: path: /drone/auth steps: -- name: Build Package - image: node:20-bullseye-slim - environment: - YARN_VERSION: 3.5.0 - commands: - - yarn set version stable - - yarn install - - yarn build:production - volumes: - - name: yarnrc - path: /drone/auth/.yarnrc.yml -- name: Publish NPM - image: node:20-bullseye-slim - commands: - - yarn npm publish - volumes: - - name: npmrc - path: /drone/auth/.npmrc - - name: yarnrc - path: /drone/auth/.yarnrc.yml -- name: Report NPM Publish Status - image: plugins/webhook - settings: - urls: https://lab.mifi.dev/hooks/ccw34hdf7tgbjmzp96nptn938r - content_type: application/json - template: | - { - "icon_url":"https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/198/freezing-face_1f976.png", - "text": "[{{ repo.name }} - New npm package release {{tag}} from # {{ build.number }}] Deploy {{ build.status }} {{#success build.status}}:tada:{{else}}:poop:{{/success}}", - "username":"DroneBot" - } - when: - status: - - success - - failure +# - name: Build Package +# image: node:20-bullseye-slim +# environment: +# YARN_VERSION: 3.5.0 +# commands: +# - yarn set version stable +# - yarn install +# - yarn build:production +# volumes: +# - name: yarnrc +# path: /drone/auth/.yarnrc.yml +# - name: Publish NPM +# image: node:20-bullseye-slim +# commands: +# - yarn npm publish +# volumes: +# - name: npmrc +# path: /drone/auth/.npmrc +# - name: yarnrc +# path: /drone/auth/.yarnrc.yml +# - name: Report NPM Publish Status +# image: plugins/webhook +# settings: +# urls: https://lab.mifi.dev/hooks/ccw34hdf7tgbjmzp96nptn938r +# content_type: application/json +# template: | +# { +# "icon_url":"https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/198/freezing-face_1f976.png", +# "text": "[{{ repo.name }} - New npm package release {{tag}} from # {{ build.number }}] Deploy {{ build.status }} {{#success build.status}}:tada:{{else}}:poop:{{/success}}", +# "username":"DroneBot" +# } +# when: +# status: +# - success +# - failure - name: Publish Image image: plugins/docker settings: @@ -170,8 +170,11 @@ depends_on: - Test Pipeline trigger: + branch: + - develop event: - - tag + # - tag + - push --- kind: pipeline