Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/gitlab-version-bot
Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.
https://github.com/aeyoll/gitlab-version-bot
bot gitlab rocketchat rust
Last synced: 3 days ago
JSON representation
Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.
- Host: GitHub
- URL: https://github.com/aeyoll/gitlab-version-bot
- Owner: aeyoll
- License: mit
- Created: 2021-03-08T12:48:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T20:19:05.000Z (almost 4 years ago)
- Last Synced: 2024-12-02T01:09:43.635Z (21 days ago)
- Topics: bot, gitlab, rocketchat, rust
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitlab version bot
Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.
Usage
---```
gitlab-version-bot
```Example:
```
gitlab-version-bot https://git.yourdomain.com/ https://chat.yourdomain.com
```Development
---```
cargo run
cargo build # build for development
cargo build --release # build for production
```