fix: use GITEA not FORGEJO variables, since FORGEJO is 2.6+

This commit is contained in:
buffet 2024-06-21 12:56:55 +02:00
parent b4b6647cc9
commit 06eb4ba08a
2 changed files with 2 additions and 2 deletions

View file

@ -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.