spaship / git-broker

This application is the Bridge between Git Events and the Orchestrator. It will process the Git Events and perform the actions (Build, Deployment, Validation) Accordingly.

Repository from Github https://github.comspaship/git-brokerRepository from Github https://github.comspaship/git-broker

SPAship Git Broker

A GitHub App built for SPAship

Setup

# Install dependencies
npm install

# Run the Git Broker for development
npm run start:dev

# Run the Git Broker for production
npm run start

# env
Create a .env file in the root directory of the project.
Define your variables in the .env file using the following format:
GITHUB_ACCESS_TOKEN = your_github_access_token
GITLAB_ACCESS_TOKEN = your_gitlab_access_token

About

This application is the Bridge between Git Events and the Orchestrator. It will process the Git Events and perform the actions (Build, Deployment, Validation) Accordingly.


Languages

Language:JavaScript 98.9%Language:Dockerfile 1.1%