feat: Implement Gitea Actions workflow for Next.js blue-green deployment via SSH.
Deploy Next.js via SSH / deploy (push) Failing after 37s
Details
Deploy Next.js via SSH / deploy (push) Failing after 37s
Details
This commit is contained in:
parent
5bc3a55e6f
commit
e761c58aed
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
cd $RELEASE_PATH
|
cd $RELEASE_PATH
|
||||||
cp /home/juru/apps/.env .env
|
cp /home/juru/apps/.env .env
|
||||||
|
|
||||||
npm install
|
npm install --legacy-peer-deps
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
cp -r public .next/standalone/
|
cp -r public .next/standalone/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue