Node.js build process
Build process overview​
Zerops starts a temporary build container and performs the following actions:
- Installs the build environment - Sets up base system and Node.js runtime
- Downloads your application source code - From GitHub ↗, GitLab ↗ or via Zerops CLI
- Optionally customizes the build environment - Runs prepare commands if configured
- Runs the build commands - Executes your build process
- Uploads the application artifact - Stores build output to internal Zerops storage
- Caches selected files - Preserves specified files for faster future builds
The build container is automatically deleted after the build has finished or failed.
Build configuration​
Configure your Node.js build process in your zerops.yaml
file according to the full build & deploy Node.js pipeline guide.