Ensure site is unpacked correctly on server in CICD config
All checks were successful
Build and Deploy / build (push) Successful in 38s

This commit is contained in:
dealjus 2025-04-29 08:05:41 -07:00
parent f843c82853
commit ae85b58604

View File

@ -45,4 +45,4 @@ jobs:
run: pnpm run build run: pnpm run build
- name: Deploy to server - 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/