mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
docs: document installation & add prod docker-compose
This commit is contained in:
parent
1f5a8acfdf
commit
dd44b45cd0
3 changed files with 120 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue