README
This commit is contained in:
parent
f6a9688c9d
commit
f93475c101
|
@ -8,15 +8,15 @@ A simple Makefile based deployment system.
|
|||
|
||||
## Installation
|
||||
|
||||
**Clone make-deploy as a submodule into your repository:**
|
||||
1. Clone **make-deploy** as a submodule into your repository:
|
||||
|
||||
$ git submodule add https://git.chefkoch.net/pub/make-deploy
|
||||
|
||||
**Create a symlink to the Makefile:**
|
||||
2. Create a symlink to the Makefile:
|
||||
|
||||
$ ln -s make-deploy/Makefile .
|
||||
|
||||
**Create `config.mk` (for common config options) and `secrets.mk` (for sensitive information, should be git-crypted) in your project.**
|
||||
3. Create `config.mk` (for common config options) and `secrets.mk` (for sensitive information, should be git-crypted) in your project.
|
||||
|
||||
Example `config.mk`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue