update CICD
Some checks failed
Build and Deploy / build (push) Failing after 6s

This commit is contained in:
dealjus 2025-04-29 07:17:17 -07:00
parent bb74e5251a
commit d1b8dbf2b6

View File

@ -36,6 +36,6 @@ 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/justin.deal/