Skip to content

A GitHub app to automagically update code version and comp usability for FRC deploys

License

Notifications You must be signed in to change notification settings

RoboLancers/lancer-deploy-tool

Repository files navigation

lancer-deploy-tool

A GitHub App built with Probot that A GitHub app to automagically update code version and comp usability for FRC deploys

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 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

About

A GitHub app to automagically update code version and comp usability for FRC deploys

Resources

License

Stars

Watchers

Forks

Packages

No packages published