This commit is contained in:
matt c 2024-10-17 16:04:43 +01:00
parent bb1fb25317
commit dbc03b5f4a

View file

@ -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: