Do not delete when transferring static content

This commit is contained in:
Tobi Schäfer 2024-05-30 23:43:34 +02:00
parent 3cf01e6bf5
commit 3bd9f96c6c
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -48,13 +48,7 @@ jobs:
--filter '+ /lib' \
--filter '- /*'
rsync build/install/antville/static/ antville.dev:/apps/antville/static/helma/ \
--dry-run --verbose --archive --delete --compress \
--filter '+ /fonts' \
--filter '+ /formica.html' \
--filter '+ /img' \
--filter '+ /scripts' \
--filter '+ /styles' \
--filter '- /*'
--dry-run --verbose --archive --compress
- name: Restart Helma
run: ssh antville.dev restart