.drone.yml 618 B

1234567891011121314151617181920
  1. kind: pipeline
  2. type: kubernetes
  3. name: deploy
  4. trigger:
  5. ref:
  6. - refs/heads/release-*
  7. steps:
  8. - name: build
  9. image: registry-vpc.cn-shanghai.aliyuncs.com/winhc-spider/drone-kaniko
  10. settings:
  11. registry_mirrors: 9s9ylon1.mirror.aliyuncs.com
  12. registry: registry-vpc.cn-shanghai.aliyuncs.com
  13. skip_tls_verify: true
  14. enable_cache: true
  15. cache_repo: 192.168.1.7:5000/winhc-spider/competitor_product_analysis
  16. username:
  17. from_secret: username
  18. password:
  19. from_secret: password
  20. repo: registry-vpc.cn-shanghai.aliyuncs.com/winhc-spider/competitor_product_analysis