Sign inSign up

pcit/npm

By pcit

Updated about 6 years ago

Image
0

1.1K

pcit/npm repository overview

PCIT Plugin -- NPM

Docker Stars Docker Pulls

发布 npm 包。

该插件底层由 https://github.com/drone-plugins/drone-npm 支持

steps:
  deploy:
    image: pcit/npm
    with:
      # username: yourusername # 必填(与 api_key 二选一)
      # password: yourpassword # 必填(与 api_key 二选一)
      email: [email protected] # 必填
      api_key: ${NPM_TOKEN} # 必填
      # tag: next # next | latest
      # registry: https://registry.npmjs.org
      # skip_verify: false
      # fail_on_version_conflict: false
      # access: public # public | restricted
    if:
      event: ['push']
      status: success
      jobs:
        - NODE_VERSION: 11

Tag summary

Content type

Image

Digest

Size

31.6 MB

Last updated

about 6 years ago

docker pull pcit/npm