From 2f0a1d8b9a4c4817a9abe8c11af03465bee27fcd Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Mon, 28 Jan 2019 11:45:15 +0100 Subject: [PATCH] add new gh action to deploy via rsync --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da22e5c..705c88f 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [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) ### Tutorials