update clear cache
All checks were successful
Deploy to Production / deploy (push) Successful in 20s

This commit is contained in:
silverpro89
2026-01-28 19:54:59 +07:00
parent fa5c293a7e
commit b34bd7a4e3
5 changed files with 21 additions and 81 deletions

View File

@@ -42,8 +42,8 @@ jobs:
- name: Install dependencies
run: |
cd /var/www/services/sena_db_api
echo "📦 Installing dependencies with pnpm..."
pnpm install --production
echo "📦 Installing dependencies with npm..."
npm install --production
echo "✅ Dependencies installed"
- name: Create required directories