fix typo in dockerfile
This commit is contained in:
parent
4a197eed1d
commit
28fd72d66e
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue