mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-25 21:24:11 +00:00
updated docs to 0.4 download link
This commit is contained in:
parent
61b574cf29
commit
c2bdaee40e
3 changed files with 11 additions and 3 deletions
2
dist/drone/DEBIAN/conffiles
vendored
2
dist/drone/DEBIAN/conffiles
vendored
|
@ -1,2 +1,2 @@
|
||||||
/etc/init/drone.conf
|
/etc/init/drone.conf
|
||||||
/etc/drone/drone.toml
|
/etc/drone/drone.toml
|
|
@ -34,3 +34,11 @@ sudo docker run \
|
||||||
-e DRONE_GITHUB_SECRET=1ac1eae5ff1b490892f5 \
|
-e DRONE_GITHUB_SECRET=1ac1eae5ff1b490892f5 \
|
||||||
--name=drone drone/drone
|
--name=drone drone/drone
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Logging
|
||||||
|
|
||||||
|
When running Drone inside Docker the logs are sent to stdout / stderr. You can view the log output by running the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker logs drone
|
||||||
|
```
|
||||||
|
|
|
@ -20,7 +20,7 @@ wget -qO- https://get.docker.com/ | sh
|
||||||
Once the environment is prepared you can install Drone from a debian file. Drone will automatically start on port 80. Edit /etc/drone/drone.toml to modify the port.
|
Once the environment is prepared you can install Drone from a debian file. Drone will automatically start on port 80. Edit /etc/drone/drone.toml to modify the port.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget downloads.drone.io/master/drone.deb
|
wget downloads.drone.io/0.4.0/drone.deb
|
||||||
sudo dpkg --install drone.deb
|
sudo dpkg --install drone.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -36,4 +36,4 @@ sudo restart drone
|
||||||
|
|
||||||
### Logging
|
### Logging
|
||||||
|
|
||||||
The Drone service logs are written to `/var/log/upstart/drone.log`.
|
The Drone service logs are written to `/var/log/upstart/drone.log`.
|
||||||
|
|
Loading…
Reference in a new issue