diff -r 5847345004db -r 24a3d661309f deploy/README.md --- a/deploy/README.md Mon Sep 17 17:38:24 2018 +0200 +++ b/deploy/README.md Mon Sep 17 18:32:48 2018 +0200 @@ -6,4 +6,9 @@ - `cp hosts/hosts.tmpl hosts/hosts.` - define the profile vars: `cp group_vars/group_vars.yml.tmpl group_vars/.yml`, customize it - create the necessary host vars in `host_vars//base.yml`. Use ansible vaults to edit them and do not expose any secret. - - deploy with the command `deploy.sh`: `./deploy.sh ` \ No newline at end of file + - deploy with the command `deploy.sh`: `./deploy.sh ` + +## Create new version +Launch the command: +- `set-version.sh ` +- commit, tag and push as needed.