Add scp, ssh and deploy to lambda action

This commit is contained in:
Bo-Yi Wu 2019-05-20 13:57:18 +08:00 committed by GitHub
parent 39391c8287
commit dd3ada79ec
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](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