This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Nikolaos Karaolidis 828663e777 Fix permissions
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2023-03-22 19:15:26 +02:00
2023-03-22 16:04:11 +00:00
2023-03-22 19:15:26 +02:00
2023-03-22 18:02:55 +02:00
2023-03-22 19:15:26 +02:00

git-dual-sync

A simple docker image that syncs one git remote to another.

Environment Variables

Variable Description
GIT_ORIGIN The origin remote to sync to
GIT_UPSTREAM The upstream remote to sync from
GIT_BRANCH The branch to sync
GIT_NAME The name to use for the commit
GIT_EMAIL The email to use for the commit
GIT_USER The username to use for the commit
GIT_PASS The password to use for the commit

Volumes

Volume Description
/git The git repository to sync
Description
A docker image that syncs one git remote to another
Readme 34 KiB
Languages
Shell 91.1%
Dockerfile 8.9%