fix: set woodpecker to use correct url
This commit is contained in:
parent
dfad6f6074
commit
793ec307f8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
WOODPECKER_OPEN = "true";
|
WOODPECKER_OPEN = "true";
|
||||||
WOODPECKER_ORGS = "kitchen";
|
WOODPECKER_ORGS = "kitchen";
|
||||||
WOODPECKER_ADMIN = "chef";
|
WOODPECKER_ADMIN = "chef";
|
||||||
WOODPECKER_HOST = "https://ci.buffets.kitchen/";
|
WOODPECKER_HOST = "https://build.buffets.kitchen/";
|
||||||
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
||||||
|
|
||||||
WOODPECKER_FORGEJO = "true";
|
WOODPECKER_FORGEJO = "true";
|
||||||
|
|
Loading…
Reference in a new issue