https://github.com/libresign/deploybot
Deploy bot
https://github.com/libresign/deploybot
Last synced: about 1 year ago
JSON representation
Deploy bot
- Host: GitHub
- URL: https://github.com/libresign/deploybot
- Owner: LibreSign
- License: isc
- Created: 2021-08-26T18:55:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T19:23:25.000Z (over 4 years ago)
- Last Synced: 2025-01-04T12:16:42.311Z (over 1 year ago)
- Language: JavaScript
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# libresigndeploybot
> A GitHub App built with [Probot](https://github.com/probot/probot) that Deploy LibreSign
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t libresigndeploybot .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= libresigndeploybot
```
## Contributing
If you have suggestions for how libresigndeploybot 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
[ISC](LICENSE) © 2021 LibreSign