Update installer paths
This commit is contained in:
parent
29e0077edb
commit
d6cec2ff1a
@ -40,7 +40,7 @@ or the bleeding-edge development version:
|
|||||||
curl https://install.abra.autonomic.zone | bash -s -- --dev
|
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
|
## Update
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ Please remember to update the [CHANGELOG](./CHANGELOG.md) when you make a change
|
|||||||
## Release
|
## Release
|
||||||
|
|
||||||
- Change the `x.x.x` header in [CHANGELOG.md](./CHANGELOG.md) to reflect new version and mark date
|
- 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 <your-new-version>`
|
- `git commit` the above changes and then tag it with `git tag <your-new-version>`
|
||||||
- Then `git push` and `git push --tags`
|
- Then `git push` and `git push --tags`
|
||||||
- Deploy a new installer script `make release-installer`
|
- Deploy a new installer script `make release-installer`
|
||||||
|
2
makefile
2
makefile
@ -46,5 +46,5 @@ codecov:
|
|||||||
|
|
||||||
release-installer:
|
release-installer:
|
||||||
@docker stack rm abra-installer-script && \
|
@docker stack rm abra-installer-script && \
|
||||||
cd installer && \
|
cd deploy/install.abra.autonomic.zone && \
|
||||||
docker stack deploy -c compose.yml abra-installer-script
|
docker stack deploy -c compose.yml abra-installer-script
|
||||||
|
Loading…
Reference in New Issue
Block a user