Ensure site is unpacked correctly on server in CICD config
All checks were successful
Build and Deploy / build (push) Successful in 38s
All checks were successful
Build and Deploy / build (push) Successful in 38s
This commit is contained in:
parent
f843c82853
commit
ae85b58604
@ -45,4 +45,4 @@ jobs:
|
||||
run: pnpm run build
|
||||
|
||||
- name: Deploy to server
|
||||
run: rsync -avzP ./dist/ root@${{ secrets.SERVER_IP }}:/var/www/justin.deal/
|
||||
run: rsync -avzP ./dist/ root@${{ secrets.SERVER_IP }}:/var/www/html/
|
||||
|
Loading…
x
Reference in New Issue
Block a user