Update scripts/new-static-site-app.sh

This commit is contained in:
2026-06-15 07:53:08 +00:00
parent 8443b077e3
commit 3699e60b8e
+3
View File
@@ -12,6 +12,7 @@ if [ -z "$APP_ID" ]; then
fi
APP_DIR="$WORKSPACE_DIR/$APP_ID"
TOOLS_DIR="$WORKSPACE_DIR/appfactory-tools"
mkdir -p "$APP_DIR"
cd "$APP_DIR"
@@ -76,6 +77,8 @@ cat > README.md <<EOF_MD
Static Site služba vytvořená přes CSBot Services Portal.
EOF_MD
cp "$TOOLS_DIR/AGENTS.md" "$TARGET_DIR/AGENTS.md"
git init
git config user.name "AppFactory Bot"
git config user.email "appfactory@local"