again
Some checks failed
Build and Deploy / build (push) Failing after 31s

This commit is contained in:
dealjus 2025-04-29 07:32:27 -07:00
parent f723fbf9cd
commit 04f4b2e33c

View File

@ -38,11 +38,6 @@ jobs:
- name: Add server to known_hosts
run: ssh-keyscan ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts
- name: Deploy to server
run: rsync -avzP ./dist/ root@${{ secrets.SERVER_IP }}:/var/www/justin.deal/
- name: Install dependencies
run: pnpm install