diff --git a/.woodpecker.yml b/.woodpecker.yml index 7929e92..7a82b2d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,10 +11,12 @@ pipeline: - "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers" - su builder # Build the package - - makepkg -s --noconfirm --needed + - MAKEFLAGS="-j$(nproc)" makepkg -s --noconfirm --needed publish: image: 'archlinux:latest' commands: # Publish the package - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish' + secrets: + - api_key