Merge pull request 'increase the maximum amount of procs on woodpecker' (#5) from increase-woodpecker-max-procs into main

Reviewed-on: #5
This commit is contained in:
Charlotte 🦝 Delenk 2023-04-10 09:54:46 +00:00
commit 2ebe32be9e
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558

View file

@ -9,6 +9,7 @@
environment = {
WOODPECKER_HOST = "https://woodpecker.chir.rs";
WOODPECKER_SERVER_ADDR = ":47927";
WOODPECKER_MAX_PROCS = toString config.nix.settings.cores;
};
environmentFile = config.sops.secrets."services/woodpecker".path;
};