commit b61f733c8812c9bcb5c9f9083fe1f9db5597f107 parent 668e40754fce544d6b1afe1428a9ce072dbdb573 Author: Chris <chris@echoz.io> Date: Wed, 3 Jun 2026 19:32:32 +0200 chore(ci): compare by hash Diffstat:
| M | .github/workflows/production.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml @@ -24,5 +24,5 @@ jobs: id_rsa=$(mktemp) chmod 600 $id_rsa echo "${{ secrets.SSH_KEY }}" > $id_rsa - rsync --delete --no-perms --no-owner --no-group -vrLe "ssh -i $id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" ./result/ "${{ secrets.SSH_TARGET }}:${{ secrets.SSH_WEBROOT }}" + rsync --delete --no-perms --no-owner --no-group -cvrLe "ssh -i $id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" ./result/ "${{ secrets.SSH_TARGET }}:${{ secrets.SSH_WEBROOT }}" ssh -i $id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "${{ secrets.SSH_TARGET }}" cache-purge