From 6a989b68a13e8d029c772158de4318183d3ec58c Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Fri, 27 Dec 2019 16:29:01 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bca2f03..adb40cf 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,11 @@ 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. +This GitHub Action deploys files in `GITHUB_WORKSPACE` to a remote folder via rsync over ssh. -Use this action in a build/test workflow which leaves deployable code in `GITHUB_WORKSPACE`. +Use this action in a CD workflow which leaves deployable code in `GITHUB_WORKSPACE`. + +The base-image is very small (Alpine+Cache) which results in faster deployments. ---