diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 2159949..3b623db 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 --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: