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