You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.drone.yml 332B

12345678910111213141516171819202122
  1. kind: pipeline
  2. name: default
  3. steps:
  4. - name: npm install
  5. image: node:12
  6. commands:
  7. - npm install
  8. - name: npm run build
  9. image: node:12
  10. commands:
  11. - npm run build
  12. - name: npm publish
  13. image: plugins/npm
  14. settings:
  15. username: frontwork
  16. password:
  17. from_secret: npm_password
  18. email: frontwork.me@gmail.com