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

This commit is contained in:
Johnny322
2026-02-08 12:33:07 +01:00
parent 3d9c1656d1
commit 309b04daf7

View File

@@ -21,7 +21,9 @@ jobs:
cd /root/repos/music-jeopardy cd /root/repos/music-jeopardy
git pull git pull
npm ci npm ci
- 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