Merge pull request #71 from maxheld83/patch-1

add new gh action to deploy via rsync
This commit is contained in:
Sarah Drasner 2019-01-28 14:34:08 -07:00 committed by GitHub
commit 9c4d8b39c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Lint a Dockerfile (using replicatedhq/dockerfilelint)](https://github.com/jwr0/dockerfile-linter-action)
- [Android Build and Emulator Actions](https://github.com/vgaidarji/android-github-actions)
- [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages)
- [Deploy via rsync over ssh](https://github.com/maxheld83/ghaction-rsync)
- [Test your Actions Locally](https://github.com/tschoffelen/gha)