feat: Implement Gitea Actions workflow for Next.js blue-green deployment via SSH.
Deploy Next.js via SSH / deploy (push) Failing after 37s Details

This commit is contained in:
JuruSysadmin 2026-01-07 16:28:15 -03:00
parent 5bc3a55e6f
commit e761c58aed
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
cd $RELEASE_PATH
cp /home/juru/apps/.env .env
npm install
npm install --legacy-peer-deps
npm run build
cp -r public .next/standalone/