Compare commits
No commits in common. "master" and "avoid_unneeded_error_messages" have entirely different histories.
master
...
avoid_unne
1 changed files with 3 additions and 1 deletions
|
@ -2,13 +2,15 @@
|
|||
|
||||
A simple Makefile based deployment system.
|
||||
|
||||
**make-deploy** was initially hosted at https://git.dnix.de/an/make-deploy. Since it has become heavily used at chefkoch.de for system deployments, and lots of code is committed there, we moved the repo to https://git.chefkoch.net/pub/make-deploy. A mirror still exists at https://git.dnix.de/mirror/make-deploy.
|
||||
|
||||
**make-deploy** is licensed under the terms of the MIT-License. See [LICENSE](LICENSE) for info.
|
||||
|
||||
## Installation
|
||||
|
||||
1. Clone **make-deploy** as a submodule into your repository:
|
||||
|
||||
$ git submodule add https://git.dnix.de/dnix/make-deploy
|
||||
$ git submodule add https://git.chefkoch.net/pub/make-deploy
|
||||
|
||||
2. Create a symlink to the Makefile:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue