This commit is contained in:
matt c 2024-10-17 16:05:56 +01:00
parent dbc03b5f4a
commit 8adfca46df

View file

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