We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47139d3 commit 64b9153Copy full SHA for 64b9153
1 file changed
.github/workflows/default__deploy-nginx-rsync.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Deploy dist via rsync
52
uses: burnett01/rsync-deployments@v8
53
with:
54
- switches: -avz --delete
+ switches: -az --delete --info=stats
55
path: dist/
56
remote_path: /home/ubuntu/traefik-proxy/apps/nmc-nginx-with-volume/website/
57
remote_host: ${{ secrets.REMOTE_HOST }}
0 commit comments