fix woodpecker data path
This commit is contained in:
parent
d42b2caba5
commit
fdb3106554
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ let
|
||||||
httpPort = 8000;
|
httpPort = 8000;
|
||||||
agentPort = 9000;
|
agentPort = 9000;
|
||||||
domain = "ci.cyplo.dev";
|
domain = "ci.cyplo.dev";
|
||||||
path = "/var/lib/woodpecker/data";
|
path = "/var/lib/woodpecker";
|
||||||
serverContainerName = "woodpecker-server";
|
serverContainerName = "woodpecker-server";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue