diff --git a/README.md b/README.md index 8c179f4..75a5026 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ or the bleeding-edge development version: curl https://install.abra.autonomic.zone | bash -s -- --dev ``` -The source for this script is [here](./installer/installer). +The source for this script is [here](./deploy/install.abra.autonomic.zone/installer). ## Update @@ -62,7 +62,7 @@ Please remember to update the [CHANGELOG](./CHANGELOG.md) when you make a change ## Release - Change the `x.x.x` header in [CHANGELOG.md](./CHANGELOG.md) to reflect new version and mark date -- Update versions in [installer/installer](./installer/installer) and [abra](./abra) +- Update versions in [deploy/install.abra.autonomic.zone/installer](./deploy/install.abra.autonomic.zone/installer) and [abra](./abra) - `git commit` the above changes and then tag it with `git tag ` - Then `git push` and `git push --tags` - Deploy a new installer script `make release-installer` diff --git a/makefile b/makefile index b6338e1..4d2c25f 100644 --- a/makefile +++ b/makefile @@ -46,5 +46,5 @@ codecov: release-installer: @docker stack rm abra-installer-script && \ - cd installer && \ + cd deploy/install.abra.autonomic.zone && \ docker stack deploy -c compose.yml abra-installer-script