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