Push again
Some checks failed
On Push Deploy / deploy (push) Failing after 1s

This commit is contained in:
Johnny322
2026-02-08 12:29:57 +01:00
parent ad6f8cfa0d
commit 3d9c1656d1

View File

@@ -15,10 +15,13 @@ jobs:
apk add --no-cache nodejs npm # if your job container is Alpine apk add --no-cache nodejs npm # if your job container is Alpine
node -v node -v
npm -v npm -v
- name: Pull and maybe restart one day - name: Pull and pull
- name: Install dependencies
run: | run: |
ls
cd /root/repos/music-jeopardy cd /root/repos/music-jeopardy
git pull git pull
npm install npm ci
npm run dev
- name: Start Vue dev server
run: |
npm run dev -- --host 0.0.0.0 --port 5173