Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jon4hz/webhook-cd
- Owner: jon4hz
- Created: 2021-03-23T22:30:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T20:55:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T19:53:17.848Z (3 months ago)
- Topics: cd, ci, ci-cd, cicd, docker, docker-containers, docker-py, docker-python, python-webhook, webhook
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*