Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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