From 8adfca46df9633ea797baff7eba35a2e9e2384d3 Mon Sep 17 00:00:00 2001 From: matt c Date: Thu, 17 Oct 2024 16:05:56 +0100 Subject: [PATCH] so close --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 3b623db..5ff61bc 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Push site to nginx run: | apt update && apt install -y rsync - rsync -avc -e "ssh -o StrictHostKeyChecking=no" --delete .vercel/output/static ${{secrets.USER}}@${{secrets.HOSTNAME}}:${{secrets.DESTPATH}} + rsync -avc -e "ssh -o StrictHostKeyChecking=no" --delete .vercel/output/static ${{secrets.USER}}@${{secrets.HOSTNAME}}:${{secrets.DESTPATH}}/. - name: Upload output uses: actions/upload-artifact@v3 with: