Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

TheEdgeOfRage/deploy-webhook

Repository files navigation

Deploy webhook

A Flask app to manage Docker stack deployments.

Best in conjuction with https://github.com/TheEdgeOfRage/deploy-app.

Under the hood, deploy-webhook uses servicectl to manage the services. It's a python library that acts as a frontend to the Python Docker library with some additional functionality allowing eg. the atomic stack updates.

Documentation

The documentation with a setup guide can be found at https://docs.theedgeofrage.com/deploy-webhook.

License

This software is distributed under terms of the BSD-3-Clause license.

Credits

The async task runner is based on @miguelgrinberg's code from the flack repository.