Skip to content

🐳 A script to watch a file or folder and automatically commit changes to a Git repo

License

Notifications You must be signed in to change notification settings

FSPNET/gitwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitwatch

FSP Network Gen2 Server Infrastructure - Gitwatch

MicroBadger Size LICENSE 996.icu

Supported tags

Supported Package Registry

Environment variables

  • SSH_PRIVATE_KEY
  • EMAIL
  • NAME

Usage

docker run \
  -e EMAIL=root@localhost \
  -e NAME=root \
  -e 'SSH_PRIVATE_KEY=-----BEGIN OPENSSH PRIVATE KEY-----
[...]
-----END OPENSSH PRIVATE KEY-----' \
  -v data:/mnt/watching \
  fspnetwork/gitwatch \
  -b master -r origin /mnt/watching

LICENSE

The code in this repository, unless otherwise noted, is Anti-996 licensed. See the LICENSE file in this repository.

About

🐳 A script to watch a file or folder and automatically commit changes to a Git repo

Resources

License

Stars

Watchers

Forks

Packages