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

This commit is contained in:
2025-12-24 16:25:25 +07:00
parent f7313c5143
commit 8c56f4292d

View File

@@ -4,9 +4,6 @@ on:
push: push:
branches: [ "main" ] branches: [ "main" ]
env:
BASH_ENV: ~/.profile
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -31,19 +28,14 @@ jobs:
runs-on: homesrv runs-on: homesrv
needs: build needs: build
steps: steps:
- name: Debug PATH
run: |
whoami
echo $SHELL
echo $PATH
which node || true
- name: Load NVM and Node - name: Load NVM and Node
shell: bash
run: | run: |
bash -lc '
export NVM_DIR="/root/.nvm" export NVM_DIR="/root/.nvm"
source "$NVM_DIR/nvm.sh" source "$NVM_DIR/nvm.sh"
node -v node -v
npm -v
'
- uses: actions/checkout@v4 - uses: actions/checkout@v4