From 1b02ddbcf450fee6117388cf2eeaaed4f45fc963 Mon Sep 17 00:00:00 2001 From: Sam Tate Date: Wed, 28 Aug 2024 00:29:52 +0100 Subject: [PATCH] added remote rsync path --- .forgejo/workflows/astro-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/astro-deploy.yaml b/.forgejo/workflows/astro-deploy.yaml index cdfe993..21dfa41 100644 --- a/.forgejo/workflows/astro-deploy.yaml +++ b/.forgejo/workflows/astro-deploy.yaml @@ -45,4 +45,4 @@ jobs: run: ssh-keyscan -H ${{ secrets.REMOTE_HOST }} >> ~/.ssh/known_hosts - name: Deploy with rsync - run: rsync -avz --delete ./dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.REMOTE_TARGET }} \ No newline at end of file + run: rsync -avz --delete ./dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.REMOTE_TARGET }} --rsync-path=/usr/bin/rsync \ No newline at end of file