Skip to content

Commit

Permalink
Merge pull request #32 from Burnett01/dependabot/docker/drinternet/rs…
Browse files Browse the repository at this point in the history
…ync-v1.4.1

Bump drinternet/rsync from v1.4.0 to v1.4.1
  • Loading branch information
Burnett01 authored Aug 1, 2022
2 parents a078b62 + de20664 commit d987a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM drinternet/rsync:v1.4.0
FROM drinternet/rsync:v1.4.1

# Copy entrypoint
COPY entrypoint.sh /entrypoint.sh
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand All @@ -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

Expand Down

0 comments on commit d987a9a

Please sign in to comment.