ip
Some checks failed
On Push Deploy / deploy (push) Failing after 0s

This commit is contained in:
Johnny322
2026-02-08 12:33:41 +01:00
parent 309b04daf7
commit e62dd78311

View File

@@ -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