Elixir build process
Description of the build process​
Zerops starts a temporary build container and performs following actions:
- Installs the build environment
- Downloads your application source code from GitHub ↗, GitLab ↗ or via Zerops CLI
- Optionally customizes the build environment
- Runs the build commands
- Uploads the application artefact to the internal Zerops storage
- Optionally customizes the runtime environment
- Deploys your application
The build container is automatically deleted after the build has finished or failed.