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