fix: use gitea env vars for woodpecker

Apparently forgejo just doesn't work yet.
This commit is contained in:
buffet 2024-06-23 13:02:59 +02:00
parent 367e8b71f2
commit 9dc7ff0861
2 changed files with 2 additions and 2 deletions

View file

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