Skip to content

Commit

Permalink
[CI] Fix docs deploy & links (#301)
Browse files Browse the repository at this point in the history
* set git commiter

* update links to docu

* fix image link
  • Loading branch information
6543 committed Sep 11, 2021
1 parent 9d8f3d2 commit d59fdb4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .woodpecker/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -89,7 +89,7 @@ pipeline:
## Documentation
https://woodpecker.laszlo.cloud
https://woodpecker-ci.github.io/
## Who uses Woodpecker
Expand Down
4 changes: 2 additions & 2 deletions charts/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion cmd/drone-server/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d59fdb4

Please sign in to comment.