mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 09:51:01 +00:00
[CI] Fix docs deploy & links (#301)
* set git commiter * update links to docu * fix image link
This commit is contained in:
parent
9d8f3d2dc7
commit
d59fdb4602
4 changed files with 7 additions and 5 deletions
|
@ -19,6 +19,8 @@ pipeline:
|
|||
- ssh-keyscan -t rsa github.com >> $HOME/.ssh/known_hosts
|
||||
- echo "$BOT_PRIVATE_KEY" > $HOME/.ssh/id_rsa
|
||||
- chmod 0600 $HOME/.ssh/id_rsa
|
||||
- git config --global user.email "woodpecker-bot@obermui.de"
|
||||
- git config --global user.name "woodpecker-bot"
|
||||
- cd docs/
|
||||
- yarn install --frozen-lockfile
|
||||
- yarn deploy
|
||||
|
|
|
@ -7,7 +7,7 @@ A fork of the Drone CI system.
|
|||
|
||||
[![Go Report Card](https://goreportcard.com/badge/github.com/woodpecker-ci/woodpecker)](https://goreportcard.com/report/github.com/woodpecker-ci/woodpecker) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![https://discord.gg/fcMQqSMXJy](https://img.shields.io/discord/838698813463724034.svg)](https://discord.gg/fcMQqSMXJy)
|
||||
|
||||
![woodpecker](docs/docs/images/woodpecker.png)
|
||||
![woodpecker](docs/docs/woodpecker.png)
|
||||
|
||||
## .drone.yml
|
||||
|
||||
|
@ -89,7 +89,7 @@ pipeline:
|
|||
|
||||
## Documentation
|
||||
|
||||
https://woodpecker.laszlo.cloud
|
||||
https://woodpecker-ci.github.io/
|
||||
|
||||
## Who uses Woodpecker
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Woodpecker
|
||||
|
||||
[Woodpecker](https://woodpecker.laszlo.cloud/) is a fork of the Drone CI system version 0.8, right before the 1.0 release and license changes
|
||||
[Woodpecker](https://woodpecker-ci.github.io/) is a fork of the Drone CI system version 0.8, right before the 1.0 release and license changes
|
||||
|
||||
## Installing Woodpecker server
|
||||
|
||||
|
@ -12,7 +12,7 @@ kubectl create secret generic drone-secret \
|
|||
--from-literal=DRONE_SECRET=$(openssl rand -hex 32)
|
||||
```
|
||||
|
||||
[GitHub](https://woodpecker.laszlo.cloud/administration/github/)
|
||||
[GitHub](https://woodpecker-ci.github.io/docs/administration)
|
||||
|
||||
```
|
||||
kubectl create secret generic drone-github-client \
|
||||
|
|
|
@ -99,7 +99,7 @@ var flags = []cli.Flag{
|
|||
EnvVar: "DRONE_DOCS,WOODPECKER_DOCS",
|
||||
Name: "docs",
|
||||
Usage: "link to user documentation",
|
||||
Value: "https://woodpecker.laszlo.cloud",
|
||||
Value: "https://woodpecker-ci.github.io/",
|
||||
},
|
||||
cli.DurationFlag{
|
||||
EnvVar: "DRONE_SESSION_EXPIRES,WOODPECKER_SESSION_EXPIRES",
|
||||
|
|
Loading…
Reference in a new issue