@@ -16,14 +16,14 @@ jobs:
|
||||
node -v
|
||||
npm -v
|
||||
- name: Pull and pull
|
||||
run: |
|
||||
ip addr show eth0
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd /root/repos/music-jeopardy
|
||||
git pull
|
||||
npm ci
|
||||
- name: ip
|
||||
run: |
|
||||
ip addr show eth0
|
||||
- name: Start Vue dev server
|
||||
run: |
|
||||
npm run dev -- --host 0.0.0.0 --port 5173
|
||||
|
||||
Reference in New Issue
Block a user