fix: use GITEA not FORGEJO variables, since FORGEJO is 2.6+
This commit is contained in:
parent
b4b6647cc9
commit
06eb4ba08a
2 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
|||
WOODPECKER_HOST = "https://build.buffets.kitchen/";
|
||||
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
||||
|
||||
WOODPECKER_FORGEJO = "true";
|
||||
WOODPECKER_FORGEJO_URL = "https://buffets.kitchen/";
|
||||
WOODPECKER_GITEA = "true";
|
||||
WOODPECKER_GITEA_URL = "https://buffets.kitchen/";
|
||||
};
|
||||
|
||||
environmentFile = config.age.secrets.woodpecker.path;
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue