commit
Some checks failed
Deploy to Private Server / build (push) Failing after 4s
Deploy to Private Server / deploy (push) Has been skipped

This commit is contained in:
2025-12-24 16:19:19 +07:00
parent 788079b707
commit 287b4eb530

View File

@@ -14,6 +14,20 @@ jobs:
image: node:20-slim image: node:20-slim
steps: steps:
- name: Debug PATH
run: |
whoami
echo $SHELL
echo $PATH
which node || true
- name: Load NVM and Node
shell: bash
run: |
export NVM_DIR="/root/.nvm"
source "$NVM_DIR/nvm.sh"
node -v
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build Vite app - name: Build Vite app
@@ -31,10 +45,6 @@ jobs:
runs-on: homesrv runs-on: homesrv
needs: build needs: build
steps: steps:
- name: Check node version
run: |
whoami
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Download build artifacts - name: Download build artifacts