# Processes
## Build Process
<object
type="image/svg+xml"
data="processes/build_process.svg"
style="transform-origin: top left; scale: 1.4;"></object>
## Deployment Process
<object
type="image/svg+xml"
data="processes/deployment_process.svg"
style="transform-origin: top left; scale: 1.4;"></object>
<!--
1. In every workplace I've been, these two kinds of processes exist.
2. The first is to compile an application, and upload the binary somewhere.
3. The second is to deploy that application to some servers.
4. Who here has ever started a process, and immediately regretted it? like "aah, forgot to change that one thing!"
-->