Ecosyste.ms: Awesome
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: 11 days ago
JSON representation
deploy from git repositories easily
- Host: GitHub
- URL: https://github.com/faryon93/gitdeploy
- Owner: faryon93
- License: gpl-3.0
- Created: 2016-12-03T10:32:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T12:09:22.000Z (over 6 years ago)
- Last Synced: 2024-12-07T18:09:18.078Z (2 months ago)
- Topics: automatic, ci, deployment, git
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"