From 0ce1e189570155c31e12c11d53f682a3b653ec97 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Wed, 4 Dec 2019 16:08:15 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8835e8a..5229ce8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # rsync deployments +Forked from [Contention/rsync-deployments](https://github.com/Contention/rsync-deployments) + + This GitHub Action deploys files in `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh. Use this action in a build/test workflow which leaves deployable code in `GITHUB_WORKSPACE`.