Deployments
A deployment is when a project is built at a specific commit and deployed to the staging environment.
Once in staging, a deployment will remain running for 1hr, afterward, the deployment will be shut down and drained.
Staging uses
Use the staging environment to validate your changes (or set of changes) before they hit production. Do not use staging to serve any kind of mission-critical traffic.Deploying
To deploy a build to staging, go to the specific build and select “Deploy to Staging” from the Actions menu.

Build actions menu.
Once the app is running you can see the runtime logs by clicking on the “See deployment logs” link.

See deployment logs.
Node.js + Express
For the Node.js + Express project template, node src/server.js
is called to start the app. It is required that your HTTP server uses port 3000 to serve requests.
Last modified
August 4, 2021