Support custom build and run for NextJS app #969

Merged
ashwin merged 1 commits from deep-stack/stack-orchestrator:ng-support-custom-nextjs into main 2025-08-20 12:26:11 +00:00
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
ashwin approved these changes 2025-08-20 12:26:01 +00:00
ashwin merged commit 0e814bd4da into main 2025-08-20 12:26:11 +00:00
ashwin deleted branch ng-support-custom-nextjs 2025-08-20 12:26:12 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 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.