Wingman Infrastructure
The wingman system is composed of a virtual machine hosting 3 main services, with the addition of GitHub.
...
This job updates the Wingman service. The update job performs a few tasks.
- Build wingman from the latest code
- Stop the wingman service
- Replace the current build with the new one
- Start the wingman service
This is done through the deploy.sh script present within the project.
...