From 7e8a8f826d326e03e2054de3a44574c5862f3662 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 10 Nov 2023 17:35:15 +0100 Subject: [PATCH] Sign drone config --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 38f8fa8..5366b05 100644 --- a/.drone.yml +++ b/.drone.yml @@ -75,7 +75,7 @@ steps: # - nginx -t -p $PWD -c nginx-module-less.conf # - rm nginx-module-less.conf - - name: Compile modules + - name: Compile nginx & modules image: ubuntu:22.04 commands: - mkdir -p $DRONE_WORKSPACE/nginx-build @@ -149,7 +149,6 @@ steps: -av -e "ssh -i .ssh/id_ed25519 -o StrictHostKeyChecking=no" --exclude available-modules - --exclude sbin --exclude nginx-build modules $NGINX_USER@$NGINX_HOST:/etc/nginx/ environment: @@ -161,6 +160,6 @@ steps: --- kind: signature -hmac: 1b941ff6cc5afce923caebaee1724e778f9963e390bb0ddbbee7c123b17e4aed +hmac: 6ed9cbea425c2de2a531f66069583ec40e77877b7606647dfcf6593b27f3838c ...