A GitHub App built with Probot that A GitHub app to automagically update code version and comp usability for FRC deploys
# Install dependencies
npm install
# Run the bot
npm start
# 1. Build container
docker build -t lancer-deploy-tool .
# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> lancer-deploy-tool