From 28fd72d66e85cbbd6d25f8b270fb821c1958da01 Mon Sep 17 00:00:00 2001 From: lubiana Date: Thu, 12 Dec 2024 02:25:31 +0100 Subject: [PATCH] fix typo in dockerfile --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2bf8a4a..3a2f97b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ RUN apk add --no-cache \ rsync COPY entrypoint.sh /entrypoint.sh -RUN chmod +x /entrypoints.sh +RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] diff --git a/README.md b/README.md index 85d1846..197169f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ jobs: - name: rsync uses: https://git.hannover.ccc.de/c3h/actions-rsync-deployment@v1 with: - switches: -avz --delete + rsync_parameters: -avz --delete path: public/ remote_path: /home/web/public remote_host: example.com