This commit is contained in:
parent
f723fbf9cd
commit
04f4b2e33c
@ -38,11 +38,6 @@ jobs:
|
|||||||
- name: Add server to known_hosts
|
- name: Add server to known_hosts
|
||||||
run: ssh-keyscan ${{ secrets.SERVER_IP }} >> ~/.ssh/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
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user