Skip to content

Commit 64b9153

Browse files
committed
less verbose log
1 parent 47139d3 commit 64b9153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/default__deploy-nginx-rsync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Deploy dist via rsync
5252
uses: burnett01/rsync-deployments@v8
5353
with:
54-
switches: -avz --delete
54+
switches: -az --delete --info=stats
5555
path: dist/
5656
remote_path: /home/ubuntu/traefik-proxy/apps/nmc-nginx-with-volume/website/
5757
remote_host: ${{ secrets.REMOTE_HOST }}

0 commit comments

Comments
 (0)