From 6ee1d98835a55c45eab9a7ab772029ea3b7a177b Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 7 Jan 2026 22:30:26 +0100 Subject: Make workflow faster [no ci] --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f0ab104..c6a054f 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -61,4 +61,4 @@ jobs: ssh-keyscan -H ${{ secrets.TARGET_HOST }} >> ~/.ssh/known_hosts - name: Deploy run: | - scp -r dist/* ${{ secrets.TARGET_USER }}@${{ secrets.TARGET_HOST }}:${{ secrets.TARGET_PATH }}/ + rsync -avz dist/ ${{ secrets.TARGET_USER }}@${{ secrets.TARGET_HOST }}:${{ secrets.TARGET_PATH }}/ -- cgit v1.3