Node.js deployment requires an application runtime, startup command, environment variables and a public route.
Prepare the App #
- Specify the supported Node.js version.
- Include package.json and lock file.
- Define a production start command.
- Read the assigned PORT from the environment.
- Do not hard-code secrets.
Deploy #
- Create the Node.js application in the hosting panel.
- Select the application root and startup file.
- Set environment variables.
- Install production dependencies.
- Start or restart the application.
- Attach the domain or route.
- Test logs and HTTPS.
Need Help? #
If you still need assistance, open a support ticket through your Vertico client account and include the affected domain or email address, a screenshot of the error, and the approximate time the problem occurred. Never send passwords by email or support ticket.
