Configure a deployment | Seenode Docs

Configure a deployment

Set the build and start commands, the port, the root directory, and any extra system packages your service needs.

seenode detects most settings when you create a service, and the defaults are right for a standard project layout. These guides cover the cases where they aren’t: a build that needs a different command, an app that listens somewhere unusual, a project that lives in a subdirectory, or a build that needs a toolchain the runtime image doesn’t ship.

To deploy on every push instead of manually, see Deploy automatically. If a deploy is failing, see Troubleshooting.

For pulling a prebuilt image instead of building from Git, see Deploy from a Docker image.