An open API service indexing awesome lists of open source software.

https://github.com/hal-wang/devops

WebApi for DevOps
https://github.com/hal-wang/devops

Last synced: 8 months ago
JSON representation

WebApi for DevOps

Awesome Lists containing this project

README

          

# DevOps

WebApi for DevOps

## Function

When you push code to GitHub, you can use the API to build and deploy other projects automatically

## Environment

- Docker: to running other projects
- git: to clone your repositories
- windows/linux

## Usage

1. Add User Environment Variables, the value's formate is `username/password`
- GitHubAccount: your github's username and password, if you use the github
- GiteeAccount: your gitee's username and password, if you use the gitee
1. Deploy this WebApi Server
1. Add Webhooks to repository in GitHub/Gitee, the url is the path to invoke api, like `https://domain.com/github/test/v1/443`