fucking do it

This commit is contained in:
matt c 2024-10-17 16:08:19 +01:00
parent 8adfca46df
commit 99a7c69c4f

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: