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
- Host: GitHub
- URL: https://github.com/hal-wang/devops
- Owner: hal-wang
- Created: 2021-03-11T03:57:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T04:28:43.000Z (about 5 years ago)
- Last Synced: 2025-01-23T06:13:21.839Z (over 1 year ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`