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

https://github.com/samsung/ci-cd-bot

A CI/CD bot that can be integrated with GitHub (both enterprise and public) with ease and flexibility
https://github.com/samsung/ci-cd-bot

automation bot ci-cd opensource

Last synced: 10 months ago
JSON representation

A CI/CD bot that can be integrated with GitHub (both enterprise and public) with ease and flexibility

Awesome Lists containing this project

README

          

# ci-cd-bot

> A GitHub App built with [Probot](https://github.com/probot/probot) that is a CI/CD bot which can be integrated with GitHub (public as well as enterprise) with ease and flexibility

## Setup

```sh
# Install dependencies
npm install

# Run the bot
npm start
```

## Docker

```sh
# 1. Build container
docker build -t ci-cd-bot .

# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= ci-cd-bot
```

## Contributing

If you have suggestions for how ci-cd-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## License

[Apache-2.0](LICENSE) © 2022 Ayush Patel