added docs mail address
Deploy Next.js site to Pages / build (push) Has been cancelled
Deploy Next.js site to Pages / search-tests (push) Has been cancelled
Deploy Next.js site to Pages / deploy (push) Has been cancelled

This commit is contained in:
Gerhard Scheikl
2026-04-03 14:40:11 +02:00
parent 19e9c82884
commit 30f9d15b02
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ COPY --from=builder /app/tina ./tina
# Initialize a local git repo for IsomorphicBridge
# IsomorphicBridge requires a .git directory with at least one commit
RUN git init && \
git config user.email "cms@linumiq.com" && \
git config user.name "TinaCMS" && \
git config user.email "docs@linumiq.com" && \
git config user.name "TinaDocs" && \
git add -A && \
git commit -m "Initial content"
+3 -3
View File
@@ -34,10 +34,10 @@ function createProductionDatabase() {
bridge: new IsomorphicBridge(process.cwd(), {
gitRoot: process.cwd(),
author: {
name: "TinaCMS",
email: "cms@linumiq.com",
name: "TinaDocs",
email: "docs@linumiq.com",
},
commitMessage: "Content updated via TinaCMS",
commitMessage: "Content updated for TinaDocs",
}),
namespace: branch,
});