Support custom build and run for NextJS app #969

Open
nabarun wants to merge 1 commits from deep-stack/stack-orchestrator:ng-support-custom-nextjs into main
Member
Part of https://www.notion.so/Laconic-Mainnet-Plan-1eca6b22d47280569cd0d1e6d711d949 For deploying frontend https://git.vdb.to/NasSharaf/laconic-deployer-frontend
nabarun added 1 commit 2025-07-03 11:15:32 +00:00
Support custom build and run for NextJS apps
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 15s
Webapp Test / Run webapp test suite (pull_request) Successful in 2m15s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m19s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 4m4s
Smoke Test / Run basic test suite (pull_request) Successful in 1m55s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 4m41s
298e3b4fea
zramsay reviewed 2025-07-03 11:42:40 +00:00
@ -26,8 +26,14 @@ fi
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
WORK_DIR="${1:-/app}"
if [ -f "${WORK_DIR}/build-webapp.sh" ]; then
Member

nice fix for #966

nice fix for #966
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 15s
Webapp Test / Run webapp test suite (pull_request) Successful in 2m15s
Deploy Test / Run deploy test suite (pull_request) Successful in 3m19s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 4m4s
Smoke Test / Run basic test suite (pull_request) Successful in 1m55s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 4m41s
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u ng-support-custom-nextjs:deep-stack-ng-support-custom-nextjs
git checkout deep-stack-ng-support-custom-nextjs
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#969
No description provided.