mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:03:22 +00:00
setup the worker to stream results
This commit is contained in:
4
debian/drone/etc/init/drone.conf
vendored
4
debian/drone/etc/init/drone.conf
vendored
@@ -1,9 +1,11 @@
|
||||
start on (filesystem and net-device-up)
|
||||
|
||||
chdir /root/.drone
|
||||
console log
|
||||
|
||||
script
|
||||
mkdir -p /root/.drone
|
||||
cd /root/.drone
|
||||
|
||||
DRONED_OPTS="--port=:80"
|
||||
if [ -f /etc/default/$UPSTART_JOB ]; then
|
||||
. /etc/default/$UPSTART_JOB
|
||||
|
Reference in New Issue
Block a user