📝(self-hosted) add documentation

Add a documentation to deploy a self-hosted visio instance in a
standalone way (witout AI features)
This commit is contained in:
Jacques ROUSSEL
2025-01-06 15:44:16 +01:00
committed by Anthony LC
parent 21205b4d19
commit 0773e83149
7 changed files with 2708 additions and 1 deletions
+3 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -31,5 +31,7 @@ jobs:
uses: helm/[email protected]
with:
charts_dir: ./src/helm
skip_existing: True
mark_as_latest: False
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"