docs: document installation & add prod docker-compose

This commit is contained in:
Julian Tölle 2023-03-24 20:02:50 +01:00
parent 1f5a8acfdf
commit dd44b45cd0
3 changed files with 120 additions and 1 deletions

View file

@ -30,6 +30,11 @@ plugins:
mkdir .helm-chart
helm package charts/listory --destination .helm-charts
# Update version in prod docker compose
sed -i \
-e "s/apricote\/listory:.*/apricote\/listory:${nextRelease.version}/g" \
docker-compose.prod.yml
- - semantic-release-docker
- name: apricote/listory
- - "@semantic-release/git"
@ -38,6 +43,7 @@ plugins:
- package.json
- package-lock.json
- charts/listory/Chart.yaml
- docker-compose.prod.yml
- - "@semantic-release/github"
- assets:
- path: .helm-charts/listory-*.tgz