# CI/CD Pipeline

## Stage 1 - Develop
## Stage 2 - Build
* Build server that gets the latest version of the code and builds it before moving it to production
* Build and push the executable to the test environment and then test the application to make sure it works as expected
## Stage 3 - Test
## Stage 4 - Deploy