Skip to content

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.

Notifications You must be signed in to change notification settings

spaship/git-broker

Repository files navigation

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.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published