From f1b3556b75626b2ea492e060603642e1c6046f8a Mon Sep 17 00:00:00 2001 From: william <> Date: Tue, 18 Feb 2020 22:57:55 +0800 Subject: [PATCH] 1. update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 928a07c..f552dc7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ > 使用此`action`部署你的项目到服务器上,`仅支持密钥对连接` +> [使用Github Action 部署项目到云服务器](https://zhuanlan.zhihu.com/p/107545396) + ## Inputs @@ -59,7 +61,7 @@ args of sftp cmd, E.g.`-o ConnectTimeout=5` remote_path: '/var/www/app' #make sure dir exist args: '-o ConnectTimeout=5' -## 1. [Deploy React App Example](https://github.com/wlixcc/React-App-Action/actions/runs/40686292/workflow) +## 1. [Deploy React App Example](https://github.com/wlixcc/React-Deploy) > If you use nginx, all you need to do is upload the static files to the server after the project is built