An open API service indexing awesome lists of open source software.

https://github.com/dronestock/file

Drone持续集成Ftp插件,提供如下功能:1、文件上传功能
https://github.com/dronestock/file

cd ci delete drone file ftp modify uploaad

Last synced: 5 months ago
JSON representation

Drone持续集成Ftp插件,提供如下功能:1、文件上传功能

Awesome Lists containing this project

README

          

# file
[![编译状态](https://github.ruijc.com:20443/api/badges/dronestock/file/status.svg)](https://github.ruijc.com:20443/dronestock/file)
[![Golang质量](https://goreportcard.com/badge/github.com/dronestock/file)](https://goreportcard.com/report/github.com/dronestock/file)
![版本](https://img.shields.io/github/go-mod/go-version/dronestock/file)
![仓库大小](https://img.shields.io/github/repo-size/dronestock/file)
![最后提交](https://img.shields.io/github/last-commit/dronestock/file)
![授权协议](https://img.shields.io/github/license/dronestock/file)
![语言个数](https://img.shields.io/github/languages/count/dronestock/file)
![最佳语言](https://img.shields.io/github/languages/top/dronestock/file)
![星星个数](https://img.shields.io/github/stars/dronestock/file?style=social)

Drone插件模板,要编写Drone插件,可以从此模板开始创建项目

## 使用

非常简单,只需要在`.drone.yml`里增加配置

```yaml
- name: 上传到腾讯云
image: ccr.ccs.tencentyun.com/dronestock/cos
settings:
secret_id: xxx
secret_key: xxx
```

更多使用教程,请参考[文档](https://www.dronestock.tech/plugin/stock/file)

## 交流

![微信群](https://www.dronestock.tech/communication/wxwork.jpg)

## 捐助

![支持宝](https://github.com/storezhang/donate/raw/master/alipay-small.jpg)
![微信](https://github.com/storezhang/donate/raw/master/weipay-small.jpg)

## 插件列表
- [Git](https://www.dronestock.tech/plugin/stock/git) 使用Git推送和拉取代码
- [Maven](https://www.dronestock.tech/plugin/stock/maven) Maven编译、打包、测试以及发布到仓库
- [Protobuf](https://www.dronestock.tech/plugin/stock/protobuf) Protobuf编译、静态检查以及高级功能
- [Docker](https://www.dronestock.tech/plugin/stock/docker) Docker编译、打包以及发布到镜像仓库
- [Node](https://www.dronestock.tech/plugin/stock/node) Node编译、打包以及发布到仓库
- [Cos](https://www.dronestock.tech/plugin/stock/cos) 腾讯云对象存储基本配置、文件上传等
- [Mcu](https://www.dronestock.tech/plugin/stock/mcu) 各种模块依赖文件修改
- [Apisix](https://www.dronestock.tech/plugin/stock/apisix) Apisix网关插件
- [Ftp](https://www.dronestock.tech/plugin/stock/apisix) Ftp文件插件

## 感谢Jetbrains

本项目通过`Jetbrains开源许可IDE`编写源代码,特此感谢

[![Jetbrains图标](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg)](https://www.jetbrains.com/?from=dronestock/file)