25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. pipeline:
  2. build:
  3. image: node
  4. commands:
  5. - npm install
  6. - npm test
  7. publish:
  8. image: plugins/docker
  9. repo: drone/node-demo
  10. secrets: [ docker_username, docker_password ]
  11. dry_run: true # remove this to publish

Powered by TurnKey Linux.