Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jon4hz/webhook-cd

Webhook server which restarts containers. Useful for CI/CD
https://github.com/jon4hz/webhook-cd

cd ci ci-cd cicd docker docker-containers docker-py docker-python python-webhook webhook

Last synced: 24 days ago
JSON representation

Webhook server which restarts containers. Useful for CI/CD

Awesome Lists containing this project

README

        

# Webhook-cd
[![Python linting](https://github.com/jon4hz/webhook-cd/actions/workflows/python-app.yml/badge.svg)](https://github.com/jon4hz/webhook-cd/actions/workflows/python-app.yml)
## About
This is a simple webhook server, written in python. Once the webhook is triggered (from a GitHub Action for example), the script automatically updates predefined containers using the docker-py library.

## How to
\- More notes than instructions \-
* Create venv
* Create systemd service
* Create config file
* Enable & start systemd service

*Better instructions **might** follow soon*