whoops
This commit is contained in:
parent
0b0e323272
commit
bb1fb25317
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue