Merge pull request 'fix: use GITEA not FORGEJO variables, since FORGEJO is 2.6+' (#44) from fix-woodpecker-for-2.5 into main

Reviewed-on: #44
This commit is contained in:
buffet 2024-06-21 10:58:19 +00:00
commit 4252cf0818
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.