mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-29 18:04:15 +02:00
0ba7ed4128
Closes #1742 ``` PS C:\> kubectl top pod -n scm NAME CPU(cores) MEMORY(bytes) gitea-0 1m 324Mi postgres-0 3m 55Mi woodpecker-agent-6f475dc7c8-z494d 1m 20Mi woodpecker-server-79545f8dd5-hl68l 1m 25Mi ``` --------- Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Anbraten <anton@ju60.de>
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
pnpm install
Local Development
pnpm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
pnpm build
This command generates static content into the build
directory and can be served using any static contents hosting service.
Deployment
Deployment happen via CI to woodpecker-ci.org.
To manually build the website and push it exec:
GIT_USER=woodpecker-bot USE_SSH=true DEPLOYMENT_BRANCH=master pnpm deploy