Do not delete when transferring static content
This commit is contained in:
parent
3cf01e6bf5
commit
3bd9f96c6c
1 changed files with 1 additions and 7 deletions
8
.github/workflows/stage.yml
vendored
8
.github/workflows/stage.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue