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:
commit
4252cf0818
2 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
WOODPECKER_HOST = "https://build.buffets.kitchen/";
|
WOODPECKER_HOST = "https://build.buffets.kitchen/";
|
||||||
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
||||||
|
|
||||||
WOODPECKER_FORGEJO = "true";
|
WOODPECKER_GITEA = "true";
|
||||||
WOODPECKER_FORGEJO_URL = "https://buffets.kitchen/";
|
WOODPECKER_GITEA_URL = "https://buffets.kitchen/";
|
||||||
};
|
};
|
||||||
|
|
||||||
environmentFile = config.age.secrets.woodpecker.path;
|
environmentFile = config.age.secrets.woodpecker.path;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue