From dd3ada79ecf287e723ad12d41e6e0b8c8b95966f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 20 May 2019 13:57:18 +0800 Subject: [PATCH 1/2] Add scp, ssh and deploy to lambda action --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bdfc2d2..25e0c9f 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,9 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Deployment API](https://github.com/unacast/actions/tree/master/github-deploy) - [GitHub Action for zem](https://github.com/artemnovichkov/action-zem) - [GitHub Action for Homebrew](https://github.com/artemnovichkov/action-homebrew) +- [Deploy Lambda code to an existing function](deploying Lambda code to an existing function) +- [Copy files and artifacts via SSH](https://github.com/appleboy/scp-action) +- [Executing remote ssh commands](https://github.com/appleboy/ssh-action) ### External Services From 0f8cabfc56a5b5e7c17c320a7e9ccdf287108136 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 20 May 2019 13:58:27 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25e0c9f..52b6295 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Deployment API](https://github.com/unacast/actions/tree/master/github-deploy) - [GitHub Action for zem](https://github.com/artemnovichkov/action-zem) - [GitHub Action for Homebrew](https://github.com/artemnovichkov/action-homebrew) -- [Deploy Lambda code to an existing function](deploying Lambda code to an existing function) +- [Deploy Lambda code to an existing function](https://github.com/appleboy/lambda-action) - [Copy files and artifacts via SSH](https://github.com/appleboy/scp-action) - [Executing remote ssh commands](https://github.com/appleboy/ssh-action)