Crates.io | gitlab-version-bot |
lib.rs | gitlab-version-bot |
version | 0.1.0 |
source | src |
created_at | 2021-03-08 20:14:08.06395 |
updated_at | 2021-03-08 20:14:08.06395 |
description | Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated. |
homepage | |
repository | https://github.com/aeyoll/gitlab-version-bot |
max_upload_size | |
id | 365838 |
size | 25,429 |
Post a message to a Rocket.Chat webbook if a Gitlab instance needs to be updated.
gitlab-version-bot <gitlab_url> <gitlab_token> <rocket_chat_url> <rocket_chat_token>
Example:
gitlab-version-bot https://git.yourdomain.com/ <gitlab_token> https://chat.yourdomain.com <rocket_chat_token>
cargo run <gitlab_url> <gitlab_token> <rocket_chat_url> <rocket_chat_token>
cargo build # build for development
cargo build --release # build for production