fix typo in dockerfile

This commit is contained in:
lubiana 2024-12-12 02:25:31 +01:00
parent 4a197eed1d
commit 28fd72d66e
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,6 @@ RUN apk add --no-cache \
rsync rsync
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoints.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]

View file

@ -28,7 +28,7 @@ jobs:
- name: rsync - name: rsync
uses: https://git.hannover.ccc.de/c3h/actions-rsync-deployment@v1 uses: https://git.hannover.ccc.de/c3h/actions-rsync-deployment@v1
with: with:
switches: -avz --delete rsync_parameters: -avz --delete
path: public/ path: public/
remote_path: /home/web/public remote_path: /home/web/public
remote_host: example.com remote_host: example.com