mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-28 18:05:55 +00:00
[CI] Fix docs deploy & links (#301)
* set git commiter * update links to docu * fix image link
This commit is contained in:
@@ -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.
|
||||
|
||||
[](https://goreportcard.com/report/github.com/woodpecker-ci/woodpecker) [](https://opensource.org/licenses/Apache-2.0) [](https://discord.gg/fcMQqSMXJy)
|
||||
|
||||

|
||||

|
||||
|
||||
## .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",
|
||||
|
Reference in New Issue
Block a user