Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdougie/loglify
Connect the deployment process of Netlify to the GitHub Deployments API
https://github.com/bdougie/loglify
action github-actions netlify probot
Last synced: 4 months ago
JSON representation
Connect the deployment process of Netlify to the GitHub Deployments API
- Host: GitHub
- URL: https://github.com/bdougie/loglify
- Owner: bdougie
- License: isc
- Created: 2018-10-13T13:55:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T19:37:03.000Z (about 2 years ago)
- Last Synced: 2024-09-27T08:02:26.069Z (4 months ago)
- Topics: action, github-actions, netlify, probot
- Language: JavaScript
- Homepage: https://github.com/marketplace/actions/logs-for-netlify
- Size: 718 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# loglify
![loglify in Action](https://user-images.githubusercontent.com/5713670/64122714-e8ba8280-cd91-11e9-8b37-9733d24aa220.png)Connect the deployment process of Netlify to the [GitHub Deployments API](https://developer.github.com/v3/repos/deployments/). It can be configured to sync your production, staging, and preview evnvironments. This App is built with [Probot](https://probot.github.io).
## Setup for development
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Contributing
If you have suggestions for how loglify 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) © 2018 Brian 'bdougie' Douglas