Merge pull request 'fix: use gitea env vars for woodpecker' (#47) from use-gitea-env into main
Reviewed-on: #47
This commit is contained in:
commit
e6facab71b
2 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
WOODPECKER_SERVER_ADDR = ":${toString port}";
|
||||||
WOODPECKER_GRPC_ADDR = ":${toString port}";
|
WOODPECKER_GRPC_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