repositorypackage
1.0.0
Repository: https://github.com/faryon93/gitdeploy.git
Documentation: pkg.go.dev
# 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"