An open API service indexing awesome lists of open source software.

https://github.com/faryon93/gitdeploy

deploy from git repositories easily
https://github.com/faryon93/gitdeploy

automatic ci deployment git

Last synced: about 2 months ago
JSON representation

deploy from git repositories easily

Awesome Lists containing this project

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 = "git@github.com:faryon93/test.git"
identity_file = "~/id_rsa"
branch = "master"