Include prebuild version of nginx more_headers module

This commit is contained in:
2023-11-10 00:13:52 +01:00
parent 8e831a7bc6
commit a3163352d8
2 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ steps:
- make
- make install
- cd $DRONE_WORKSPACE
- mv /tmp/nginx-build/modules/* .
- mv /tmp/nginx-build/modules/* modules
- tree
- name: Verify config post build
@@ -71,6 +71,8 @@ steps:
- echo "" >> .ssh/id_ed25519
- chmod 600 .ssh/id_ed25519
environment:
NGINX_FINGERPRINT:
from_secret: NGINX_FINGERPRINT
NGINX_DEPLOY_KEY:
from_secret: NGINX_DEPLOY_KEY

Binary file not shown.