Merge pull request #123 from appleboy/patch-2

Add scp, ssh and deploy to lambda action
This commit is contained in:
Gary Ewan Park 2019-05-24 13:32:24 -07:00 committed by GitHub
commit 9f034b5c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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](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)
### External Services