Sign drone config

This commit is contained in:
2023-11-10 17:35:15 +01:00
parent 63d445ba93
commit 7e8a8f826d

View File

@@ -75,7 +75,7 @@ steps:
# - nginx -t -p $PWD -c nginx-module-less.conf # - nginx -t -p $PWD -c nginx-module-less.conf
# - rm nginx-module-less.conf # - rm nginx-module-less.conf
- name: Compile modules - name: Compile nginx & modules
image: ubuntu:22.04 image: ubuntu:22.04
commands: commands:
- mkdir -p $DRONE_WORKSPACE/nginx-build - mkdir -p $DRONE_WORKSPACE/nginx-build
@@ -149,7 +149,6 @@ steps:
-av -av
-e "ssh -i .ssh/id_ed25519 -o StrictHostKeyChecking=no" -e "ssh -i .ssh/id_ed25519 -o StrictHostKeyChecking=no"
--exclude available-modules --exclude available-modules
--exclude sbin
--exclude nginx-build --exclude nginx-build
modules $NGINX_USER@$NGINX_HOST:/etc/nginx/ modules $NGINX_USER@$NGINX_HOST:/etc/nginx/
environment: environment:
@@ -161,6 +160,6 @@ steps:
--- ---
kind: signature kind: signature
hmac: 1b941ff6cc5afce923caebaee1724e778f9963e390bb0ddbbee7c123b17e4aed hmac: 6ed9cbea425c2de2a531f66069583ec40e77877b7606647dfcf6593b27f3838c
... ...