From d2a4efa87c52ef2e77cc5727734cc89c313be3f9 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Sat, 30 Jul 2022 10:19:44 +0200 Subject: [PATCH 1/2] Update with suggestions from #31 #31 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91b682c..103bb6e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rsync deployments -This GitHub Action deploys files in `GITHUB_WORKSPACE` to a remote folder via rsync over ssh. +This GitHub Action (amd64) deploys files in `GITHUB_WORKSPACE` to a remote folder via rsync over ssh. Use this action in a CD workflow which leaves deployable code in `GITHUB_WORKSPACE`. @@ -14,7 +14,7 @@ The base-image (drinternet/rsync) of this action is very small and is based on A - `rsh` - Remote shell commands -- `path` - The source path. Defaults to GITHUB_WORKSPACE +- `path` - The source path. Defaults to GITHUB_WORKSPACE and is relative to it - `remote_path`* - The deployment target path From de20664c6e5271611362e92ca9674ef5e5883870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 02:08:20 +0000 Subject: [PATCH 2/2] Bump drinternet/rsync from v1.4.0 to v1.4.1 Bumps drinternet/rsync from v1.4.0 to v1.4.1. --- updated-dependencies: - dependency-name: drinternet/rsync dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c67b0c..99d762d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM drinternet/rsync:v1.4.0 +FROM drinternet/rsync:v1.4.1 # Copy entrypoint COPY entrypoint.sh /entrypoint.sh