Use makefile for releasing installer
This commit is contained in:
@ -47,13 +47,12 @@ git pull
|
||||
|
||||
## Hack
|
||||
|
||||
It's written in Bash! Just open up the `abra` file and start hacking. Then you can run it in place with `./abra`. The command-line interface is generated via [docopt](http://docopt.org/). If you add arguments then you need to run `make docopt` ro regenerate the parser.
|
||||
It's written in Bash version 4 or greater! Just open up the `abra` file and start hacking. Then you can run it in place with `./abra`. The command-line interface is generated via [docopt](http://docopt.org/). If you add arguments then you need to run `make docopt` ro regenerate the parser.
|
||||
|
||||
Please remember to update the [CHANGELOG](./CHANGELOG.md) when you make a change.
|
||||
|
||||
To deploy a new version of the installer scripts:
|
||||
|
||||
```sh
|
||||
cd installer
|
||||
DOCKER_CONTEXT=swarm.autonomic.zone docker stack deploy -c compose.yml abra-installer-script
|
||||
make release-installer
|
||||
```
|
||||
|
Reference in New Issue
Block a user