Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 579 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 579 Bytes

Webhook-cd

Python linting

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