Promotions

A promotion occurs when a build that was previously deployed in staging is promoted to the production environment.

Promoting

To promote a build to production, go to the specific build and select “Deploy to Production” from the Actions menu.

Build 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.

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 content.

Last modified August 4, 2021