Categorygithub.com/faryon93/gitdeploy
repositorypackage
1.0.0
Repository: https://github.com/faryon93/gitdeploy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

gitdeploy

Cyclically pulls changes from a remote git repostitory. The cycle time can be configured in seconds with the --cycle-time commandline option.

Example Deployfile

provider = "git"
url = "[email protected]:faryon93/test.git"
identity_file = "~/id_rsa"
branch = "master"