My public website https://www.chameth.com/
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 316B

123456789101112131415161718192021
  1. kind: pipeline
  2. name: default
  3. steps:
  4. - name: docker
  5. image: plugins/docker
  6. settings:
  7. auto_tag: true
  8. registry: r.c5h.io
  9. repo: r.c5h.io/chamethcom
  10. username:
  11. from_secret: dockerusername
  12. password:
  13. from_secret: dockerpassword
  14. trigger:
  15. branch:
  16. - master
  17. event:
  18. - push