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:07:39 +07:00
parent 6f5f321ae5
commit d16d0a2f7b

View File

@@ -5,7 +5,7 @@ on:
branches: [ "main" ]
env:
BASH_ENV: ~/.profile
BASH_ENV: /root/.profile
jobs:
build:
@@ -31,12 +31,6 @@ jobs:
runs-on: homesrv
needs: build
steps:
- name: Check node version
run: |
export NVM_DIR="/usr/bin/node"
. ~/.profile
node -v
- uses: actions/checkout@v4
- name: Download build artifacts