diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-07 22:30:26 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-07 22:30:26 +0100 |
| commit | 6ee1d98835a55c45eab9a7ab772029ea3b7a177b (patch) | |
| tree | 95d26990fb70ee97bf0c994341f95747031c7122 | |
| parent | fea7349d0c24fa3d8f175a0f52892c849562d8c7 (diff) | |
Make workflow faster [no ci]
| -rw-r--r-- | .github/workflows/production.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }}/ |
