fix: use gitea env vars for woodpecker
Apparently forgejo just doesn't work yet.
This commit is contained in:
parent
367e8b71f2
commit
9dc7ff0861
2 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
||||
WOODPECKER_GRPC_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