Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faryon93/gitdeploy

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

automatic ci deployment git

Last synced: 11 days 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 = "[email protected]:faryon93/test.git"
identity_file = "~/id_rsa"
branch = "master"