Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 694 Bytes

git-volume-reloader

Synchronise a directory's contents with a git repository. Synchronisation is triggered by a webhook sent by the git service provider.

Usage

To package the git-volume-reloader into a container image and push the image to a container registry:

make build push IMAGE=ghcr.io/padok-team/git-volume-reloader:latest

An example of how to deploy the git-volume-reloader as a sidecar in a Kubernetes Pod is available in the examples/git-mkdocs directory.

LICENSE

© 2021 Padok.

Licensed under the Apache License, Version 2.0 (LICENSE)