This commit is contained in:
matt c 2024-10-17 16:03:30 +01:00
parent 0b0e323272
commit bb1fb25317

View file

@ -14,7 +14,7 @@ jobs:
chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa
- name: Push site to nginx - name: Push site to nginx
run: | run: |
apt install -y rsync apt update && apt install -y rsync
rsync -avc --delete .vercel/output/static ${{secrets.USER}}@${{secrets.HOSTNAME}}:${{secrets.DESTPATH}} rsync -avc --delete .vercel/output/static ${{secrets.USER}}@${{secrets.HOSTNAME}}:${{secrets.DESTPATH}}
- name: Upload output - name: Upload output
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3