update cicd
Some checks failed
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
dealjus 2025-04-28 22:25:25 -07:00
parent 2dd3345f3f
commit 935f9fce2f

View File

@ -27,7 +27,6 @@ jobs:
- name: Build Astro Site
run: pnpm run build
deploy:
- name: Deploy to Server
run: rsync -avzP ./dist/ root@{{ secrets.SERVER_IP }}:/var/www/justin.deal/