Compare commits

...

4 Commits

Author SHA1 Message Date
Cedric Verstraeten
cffefd0356 Update create-release.yml 2024-11-21 09:42:37 +01:00
Cedric Verstraeten
91f313d302 remove fixed urls 2024-10-01 08:39:45 +02:00
Cedric Verstraeten
f85dcfb98f Update Dockerfile 2024-09-30 21:53:53 +02:00
Cedric Verstraeten
1c82f8ae7a Update Dockerfile 2024-09-30 21:50:52 +02:00
5 changed files with 8 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ jobs:
gitops-file: "environments/staging/doc.kerberos.io/deployment.yaml"
gitops-pr-branch: "release-kerberos-documentation-${{ github.event.inputs.tag || github.ref_name }}"
gitops-key: ".spec.template.spec.containers[0].image"
gitops-value: "uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
gitops-value: "core.harbor.uug.ai/images/uugai/kerberos-documentation:${{ github.event.inputs.tag || github.ref_name }}"
commit-email: "gitops@uug.ai"
commit-name: "GitOps - UUG.AI"
commit-message: "A new release for Kerberos documentation - ${{ github.event.inputs.tag || github.ref_name }}"

View File

@@ -1,5 +1,4 @@
FROM node:10.22.1
FROM node:18.3.0
# Build the documentation website
RUN mkdir -p /app
WORKDIR /app

View File

@@ -1,2 +1,2 @@
baseurl = "https://doks-next.netlify.app/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false

View File

@@ -1,4 +1,4 @@
baseurl = "https://doc.kerberos.io/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false
docsRepo = "https://github.com/kerberos-io/documentation"
editPage = true

View File

@@ -1,4 +1,4 @@
baseurl = "https://staging.doc.kerberos.live/"
canonifyURLs = true
baseurl = "/"
canonifyURLs = false
docsRepo = "https://github.com/kerberos-io/documentation"
editPage = true