fix woodpecker data path

This commit is contained in:
Cyryl Płotnicki 2022-12-02 21:34:38 +00:00
parent d42b2caba5
commit fdb3106554

View file

@ -3,7 +3,7 @@ let
httpPort = 8000;
agentPort = 9000;
domain = "ci.cyplo.dev";
path = "/var/lib/woodpecker/data";
path = "/var/lib/woodpecker";
serverContainerName = "woodpecker-server";
in {