Compare commits
No commits in common. "bfd7c9c42778f4290c5773b64c23b2532887127d" and "e6facab71b1dcae31dd4154c05d8f46f6fc830ce" have entirely different histories.
bfd7c9c427
...
e6facab71b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
WOODPECKER_ADMIN = "chef";
|
||||
WOODPECKER_HOST = "https://build.buffets.kitchen/";
|
||||
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
||||
WOODPECKER_GRPC_ADDR = ":${toString grpc-port}";
|
||||
WOODPECKER_GRPC_ADDR = ":${toString port}";
|
||||
|
||||
WOODPECKER_GITEA = "true";
|
||||
WOODPECKER_GITEA_URL = "https://buffets.kitchen/";
|
||||
|
|
Loading…
Reference in a new issue