Update installer paths

This commit is contained in:
decentral1se 2021-04-01 22:34:51 +02:00
parent 29e0077edb
commit d6cec2ff1a
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 3 additions and 3 deletions

View File

@ -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 <your-new-version>`
- Then `git push` and `git push --tags`
- Deploy a new installer script `make release-installer`

View File

@ -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