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 242B

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.