commit
Some checks failed
Deploy to Private Server / build (push) Successful in 28s
Deploy to Private Server / deploy (push) Failing after 3s

This commit is contained in:
2025-12-24 16:21:03 +07:00
parent 287b4eb530
commit f7313c5143

View File

@@ -14,20 +14,6 @@ jobs:
image: node:20-slim
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
- name: Build Vite app
@@ -45,6 +31,20 @@ jobs:
runs-on: homesrv
needs: build
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
- name: Download build artifacts