Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lutfailham96/server-webhooks-rs
https://github.com/lutfailham96/server-webhooks-rs
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lutfailham96/server-webhooks-rs
- Owner: lutfailham96
- Created: 2022-04-21T07:25:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T16:48:37.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:57:04.870Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server-webhooks-rs
Simple webhook server written in Rust, usually used with Jenkins CI/CD or etc## How it works?
When webhook endpoint called via http client, webhook engine will executed command procedure to update microservice## Build
```shell
cargo build -r
```## How to run
``````