diff --git a/README.md b/README.md index 1cae2df..1eb4ceb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # drone-scp +[繁體中文](README.zh-tw.md) | [简体中文](README.zh-cn.md) + [![GoDoc](https://godoc.org/github.com/appleboy/drone-scp?status.svg)](https://godoc.org/github.com/appleboy/drone-scp) [![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml) [![codecov](https://codecov.io/gh/appleboy/drone-scp/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-scp) diff --git a/README.zh-cn.md b/README.zh-cn.md new file mode 100644 index 0000000..05cac91 --- /dev/null +++ b/README.zh-cn.md @@ -0,0 +1,22 @@ +# drone-scp + +[繁體中文](README.zh-tw.md) | [English](README.md) + +[![GoDoc](https://godoc.org/github.com/appleboy/drone-scp?status.svg)](https://godoc.org/github.com/appleboy/drone-scp) +[![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml) +[![codecov](https://codecov.io/gh/appleboy/drone-scp/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-scp) +[![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-scp)](https://goreportcard.com/report/github.com/appleboy/drone-scp) +[![Docker Pulls](https://img.shields.io/docker/pulls/appleboy/drone-scp.svg)](https://hub.docker.com/r/appleboy/drone-scp/) + +复制文件和工件通过 SSH 使用二进制文件、docker 或 [Drone CI](http://docs.drone.io/)。 + +[English](README.md) | [繁體中文](README.zh-tw.md) + +## 功能 + +* [x] 支持例程。 +* [x] 支持来源列表中的通配符模式。 +* [x] 支持将文件发送到多个主机。 +* [x] 支持将文件发送到主机上的多个目标文件夹。 +* [x] 支持从绝对路径或原始主体加载 ssh 密钥。 +* [x] 支持 SSH ProxyCommand。 diff --git a/README.zh-tw.md b/README.zh-tw.md new file mode 100644 index 0000000..2b80a53 --- /dev/null +++ b/README.zh-tw.md @@ -0,0 +1,22 @@ +# drone-scp + +[簡體中文](README.zh-cn.md) | [English](README.md) + +[![GoDoc](https://godoc.org/github.com/appleboy/drone-scp?status.svg)](https://godoc.org/github.com/appleboy/drone-scp) +[![Lint and Testing](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml/badge.svg)](https://github.com/appleboy/drone-scp/actions/workflows/lint.yml) +[![codecov](https://codecov.io/gh/appleboy/drone-scp/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-scp) +[![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-scp)](https://goreportcard.com/report/github.com/appleboy/drone-scp) +[![Docker Pulls](https://img.shields.io/docker/pulls/appleboy/drone-scp.svg)](https://hub.docker.com/r/appleboy/drone-scp/) + +複製檔案和工件通過 SSH 使用二進制檔案、docker 或 [Drone CI](http://docs.drone.io/)。 + +[English](README.md) | [简体中文](README.zh-cn.md) + +## 功能 + +* [x] 支援例程。 +* [x] 支援來源列表中的萬用字元模式。 +* [x] 支援將檔案發送到多個主機。 +* [x] 支援將檔案發送到主機上的多個目標資料夾。 +* [x] 支援從絕對路徑或原始主體載入 ssh 金鑰。 +* [x] 支援 SSH ProxyCommand。