.drone.yml 488 B

1234567891011121314151617181920212223
  1. kind: pipeline
  2. type: docker
  3. name: default
  4. steps:
  5. - name: build
  6. image: alpine
  7. commands:
  8. - echo 'Hello from Drone...!' > index.html
  9. - name: push commit
  10. image: appleboy/drone-git-push
  11. settings:
  12. branch: master
  13. remote: git@notabug.org:adnan360/drone-html-test.git
  14. force: false
  15. commit: true
  16. commit_message: "Drone build ${DRONE_COMMIT_SHA:0:7}"
  17. author_name: "Adnan Shameem"
  18. author_email: "adnan360@protonmail.com"
  19. ssh_key:
  20. from_secret: ssh_key