This utility is aimed to trigger deploys on VM that are behind a firewall. This utility can run behind a proxy server and execute a script on the host machine to re-deploy the applciation.
The server can be started with
make start
To install dependencies
Note: start and compile steps already install dependencies first
make install
A binary can be generated with
make compile