Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

sunny0826/drone-oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drone-oss

Docker Pulls

drone plugin of oss

- name: Upload OSS
  image: guoxudongdocker/drone-oss
  settings:
    dist: dist                              # dist package
    path: kk-k8s-oss/devops                 # bucket/object
    endpoint: oss-cn-shanghai.aliyuncs.com  # oss endpoint
    access_key_id: 
      from_secret: ACCESS_KEY_ID
    access_key_secret: 
      from_secret: ACCESS_KEY_SECRET