Skip to content

jon4hz/webhook-cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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